Menubar use var for background-color at dropdown menues from the menubar
Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: I82565cd811bc4b0b71c39670a88e0fe21fa91d70
This commit is contained in:
parent
820c365479
commit
bab1d1ec7d
2 changed files with 3 additions and 2 deletions
|
@ -139,6 +139,7 @@
|
|||
border-left-color: transparent;
|
||||
}
|
||||
.lo-menu > li .disabled {
|
||||
background: var(--color-main-background);
|
||||
color: var(--color-text-lighter);
|
||||
}
|
||||
.lo-menu > li .disabled:hover {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
.sm-simple ul {
|
||||
position: absolute;
|
||||
width: 12em;
|
||||
background: white;
|
||||
background: var(--color-main-background);
|
||||
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue