소스 검색

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