Преглед изворни кода

added hover action being white

ryuichi-e пре 6 година
родитељ
комит
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;
   }