Browse Source

refactor css in ExtandedAction and Folder

AlexiCauvin 6 years ago
parent
commit
02b464e511
2 changed files with 0 additions and 11 deletions
  1. 0 3
      src/css/ExtandedAction.styl
  2. 0 8
      src/css/Folder.styl

+ 0 - 3
src/css/ExtandedAction.styl View File

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

+ 0 - 8
src/css/Folder.styl View File

108
           &__text
108
           &__text
109
             margin-right 40px
109
             margin-right 40px
110
             font-size 17px
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
             &::after
111
             &::after
120
               margin-left 20px
112
               margin-left 20px
121
           &__subdropdown
113
           &__subdropdown