update
This commit is contained in:
parent
3c16f0e6da
commit
f26502d5fe
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ window.background.chromium {
|
||||||
menu {
|
menu {
|
||||||
background-color: $base_color;
|
background-color: $base_color;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
border: 1px solid $solid_borders_color;
|
border: 1px solid if($variant == 'light', $solid_borders_color, $header_border);
|
||||||
|
|
||||||
menuitem {
|
menuitem {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
Loading…
Reference in a new issue