fixup! Use popovermenu instead of dropdown and small fix to popovermenu
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
1e2a082cd2
commit
3d2b3a1309
1 changed files with 4 additions and 3 deletions
|
@ -683,9 +683,10 @@ kbd {
|
||||||
|
|
||||||
/* DROPDOWN ----------------------------------------------------------------- */
|
/* DROPDOWN ----------------------------------------------------------------- */
|
||||||
.dropdown {
|
.dropdown {
|
||||||
background: $color-main-background;
|
background: nc-darken($color-main-background, 8%);
|
||||||
border-radius: 0 0 $border-radius $border-radius;
|
border-bottom-left-radius: 5px;
|
||||||
filter: drop-shadow(0 1px 3px $color-box-shadow);
|
border-bottom-right-radius: 5px;
|
||||||
|
box-shadow: 0 1px 1px $color-box-shadow;
|
||||||
display: block;
|
display: block;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in a new issue