Исправлен цвет ссылок при наведении для кнопок

This commit is contained in:
ErickSkrauch 2017-02-23 20:23:16 +03:00
parent 4c812cafda
commit dc1ec63381

View File

@ -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;