Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-08-28 15:13:08 +02:00
parent 11057970ef
commit 14c094e9db
2 changed files with 4 additions and 3 deletions

View file

@ -480,7 +480,8 @@
color: var(--primary-text-color--faint); color: var(--primary-text-color--faint);
background: transparent; background: transparent;
&:hover { &:hover,
&:focus {
color: hsla(var(--primary-text-color_hsl), 0.8); color: hsla(var(--primary-text-color_hsl), 0.8);
} }

View file

@ -43,7 +43,7 @@
&:hover, &:hover,
&:active, &:active,
&:focus { &:focus {
color: var(--primary-text-color--faint); color: var(--primary-text-color);
} }
&.disabled { &.disabled {
@ -93,7 +93,7 @@
&:hover, &:hover,
&:active, &:active,
&:focus { &:focus {
color: var(--primary-text-color--faint); color: var(--primary-text-color);
transition: color 200ms ease-out; transition: color 200ms ease-out;
} }