Browse Source

fix hover on SelectStatus, avatar design change

AlexiCauvin 6 years ago
parent
commit
423e235a98
1 changed files with 9 additions and 2 deletions
  1. 9 2
      src/css/index.styl

+ 9 - 2
src/css/index.styl View File

@@ -32,7 +32,7 @@ btnState()
32 32
     .dropdown-item
33 33
       &:hover, &:focus, &:active, &visited, &:focus-within
34 34
         background-color htmlColor
35
-        color off-white
35
+        color off-white!important // @FIXME 04/07/2018 AC - we must use a plugin for this
36 36
   &__editionmode
37 37
     &__cancel
38 38
       border-color htmlColor
@@ -52,6 +52,7 @@ btnState()
52 52
       border-radius 10px
53 53
       padding 25px
54 54
       height 100%
55
+      overflow-y auto
55 56
       background-color off-white
56 57
       &__latestversion
57 58
         display flex
@@ -67,7 +68,8 @@ btnState()
67 68
       min-height 300px
68 69
       &__item
69 70
         &__avatar
70
-          background-color darkHtmlColor
71
+          border 1px solid darkHtmlColor
72
+          background-color off-white
71 73
         &__content
72 74
           color darkGrey
73 75
       &__version
@@ -114,6 +116,11 @@ btnState()
114 116
   .timeline__messagelist__item__content
115 117
     background-color htmlColor
116 118
 
119
+// .html-documents__editionmode
120
+//   div.mce-edit-area
121
+//     & > iframe
122
+//       height 100%!important
123
+
117 124
 @media (min-width: max-xs) and (max-width: max-lg)
118 125
   .page
119 126
     &__contentpage