Don't use hard-coded white background for notifications flyout.
Use $color-background instead
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
-webkit-transform: scale(1) !important
|
||||
|
||||
.flyout-hat
|
||||
border-color: transparent transparent white transparent
|
||||
border-color: transparent transparent $color-background transparent
|
||||
border-style: solid
|
||||
border-width: 0 8px 8px 8px
|
||||
bottom: -15px
|
||||
@@ -89,7 +89,7 @@
|
||||
& .nc-item, & .nc-loading
|
||||
position: relative
|
||||
padding: 10px 0
|
||||
border-top: thin solid lighten($color-text, 62%)
|
||||
border-top: thin solid $color-background-dark
|
||||
margin: 0
|
||||
width: 100%
|
||||
display: block
|
||||
|
Reference in New Issue
Block a user