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