Ver código fonte

refactor css in ExtandedAction and Folder

AlexiCauvin 6 anos atrás
pai
commit
02b464e511
2 arquivos alterados com 0 adições e 11 exclusões
  1. 0 3
      src/css/ExtandedAction.styl
  2. 0 8
      src/css/Folder.styl

+ 0 - 3
src/css/ExtandedAction.styl Ver arquivo

@@ -6,6 +6,3 @@
6 6
     .subdropdown
7 7
       &__item
8 8
         padding 10px
9
-        &__icon
10
-          .fa-pencil
11
-            color fontColor

+ 0 - 8
src/css/Folder.styl Ver arquivo

@@ -108,14 +108,6 @@ folderopen()
108 108
           &__text
109 109
             margin-right 40px
110 110
             font-size 17px
111
-            color fontColor
112
-            border-color secondColor
113
-            &:hover, &:focus, &:active
114
-              color off-white
115
-              border-color thirdColor
116
-              background-color thirdColor
117
-              box-shadow 0 0 1px 2px fifthColor
118
-              outline fifthColor
119 111
             &::after
120 112
               margin-left 20px
121 113
           &__subdropdown