@ -480,7 +480,8 @@
|
||||
color: var(--primary-text-color--faint);
|
||||
background: transparent;
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: hsla(var(--primary-text-color_hsl), 0.8);
|
||||
}
|
||||
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
color: var(--primary-text-color--faint);
|
||||
color: var(--primary-text-color);
|
||||
}
|
||||
|
||||
&.disabled {
|
||||
@ -93,7 +93,7 @@
|
||||
&:hover,
|
||||
&:active,
|
||||
&:focus {
|
||||
color: var(--primary-text-color--faint);
|
||||
color: var(--primary-text-color);
|
||||
transition: color 200ms ease-out;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user