Просмотр исходного кода

added hover action being white

ryuichi-e 6 лет назад
Родитель
Сommit
d041fda52f
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/client/styles/scss/atoms/_buttons.scss

+ 2 - 1
src/client/styles/scss/atoms/_buttons.scss

@@ -31,7 +31,8 @@
   font-size: 1.2em;
   line-height: 0.8em;
 
-  &.active {
+  &.active,
+  &:hover {
     // header buttons are always white for active
     color: white !important;
   }