diff options
Diffstat (limited to 'client/components/main/layouts.styl')
-rw-r--r-- | client/components/main/layouts.styl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/client/components/main/layouts.styl b/client/components/main/layouts.styl index 65239cd6..87133391 100644 --- a/client/components/main/layouts.styl +++ b/client/components/main/layouts.styl @@ -28,6 +28,9 @@ body flex: 1 overflow: hidden + .sk-spinner + margin-top: 30vh + #modal position: absolute top: 0 @@ -267,7 +270,7 @@ dd .fa.fa-lock.colorful color: #f44336 -.pop-over .pop-over-list li a:hover +.pop-over .pop-over-list li a:not(.disabled):hover .fa, .fa.colorful color: white @@ -278,7 +281,7 @@ a &.fa, i.fa color: darken(white, 35%) - &:hover, &.is-active + &:not(.disabled):hover, &:not(.disabled).is-active &.fa, i.fa color: darken(white, 60%) |