Browse Source

update the color of the icons and switch the new version button to visibility hidden in the thread option

AlexiCauvin 6 years ago
parent
commit
e15fb137f0
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/css/index.styl

+ 5 - 1
src/css/index.styl View File

@@ -20,6 +20,11 @@ bgandcolorhover()
20 20
     &__icon
21 21
       .fa-comments-o
22 22
         color white
23
+  .newversionbtn
24
+    visibility hidden
25
+  .optionicon
26
+    &:hover, &:focus, &:active
27
+      color threadColor
23 28
   &__app
24 29
     display flex
25 30
     flex-flow column
@@ -79,7 +84,6 @@ bgandcolorhover()
79 84
           display flex
80 85
           cursor pointer
81 86
           bgandcolor()
82
-          width 118px
83 87
           &:hover, &:focus
84 88
             bgandcolorhover()
85 89