mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-02-01 08:20:01 +05:30
Исправлен цвет ссылок при наведении для кнопок
This commit is contained in:
parent
4c812cafda
commit
dc1ec63381
@ -31,7 +31,11 @@
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
transition: background-color 0.25s;
|
transition: 0.25s;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
color: $defaultButtonTextColor;
|
||||||
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user