Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
computedLinkStyles () {
if (this.isHovered || this.isActive) {
return {
color: this.$themes['primary'],
backgroundColor: getHoverColor(this.$themes['primary']),
borderColor: this.isActive ? this.$themes['primary'] : 'transparent',
}
} // else <- controlled by CSS (color in rgba)
},
computedIconStyles () {