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

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

AlexiCauvin пре 8 година
родитељ
комит
e15fb137f0
1 измењених фајлова са 5 додато и 1 уклоњено
  1. 5 1
      src/css/index.styl

+ 5 - 1
src/css/index.styl Прегледај датотеку

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