Explorar o código

added hover action being white

ryuichi-e %!s(int64=6) %!d(string=hai) anos
pai
achega
d041fda52f
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;
   }