Browse Source

fix of the hover folder

AlexiCauvin 6 years ago
parent
commit
25830022ae
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/css/Folder.styl

+ 2 - 2
src/css/Folder.styl View File

53
     &:hover
53
     &:hover
54
       background-color folder-hover
54
       background-color folder-hover
55
       .folder__header__triangleborder__triangle
55
       .folder__header__triangleborder__triangle
56
-        border-color hover-folder transparent transparent transparent
56
+        border-color folder-hover transparent transparent transparent
57
     &__triangleborder
57
     &__triangleborder
58
       display none
58
       display none
59
       position absolute
59
       position absolute
60
-      top 62px
60
+      top 61px
61
       left -1px
61
       left -1px
62
       border-style solid
62
       border-style solid
63
       border-width 25px 30px 0 30px
63
       border-width 25px 30px 0 30px