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 {
|
||||
background: $color-main-background;
|
||||
border-radius: 0 0 $border-radius $border-radius;
|
||||
filter: drop-shadow(0 1px 3px $color-box-shadow);
|
||||
background: nc-darken($color-main-background, 8%);
|
||||
border-bottom-left-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
box-shadow: 0 1px 1px $color-box-shadow;
|
||||
display: block;
|
||||
margin-right: 0;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue