mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-25 20:12:57 +00:00
Remove unnecessary styling on .menu-wrapper
The styling in the dropdown.less file targeting `.menu-wrapper` was not doing anything. Double checked on old firefox, too, in case it was needed for oddbird polyfill.
This commit is contained in:
@@ -1,9 +1,4 @@
|
|||||||
.menu-wrapper {
|
|
||||||
position: relative;
|
|
||||||
&:is(.menu-bar > .menu-section > .menu-wrapper){
|
|
||||||
display: inline-block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu-list {
|
.menu-list {
|
||||||
position : fixed;
|
position : fixed;
|
||||||
@@ -12,13 +7,10 @@
|
|||||||
left : anchor(left);
|
left : anchor(left);
|
||||||
position-try: flip-inline flip-block;
|
position-try: flip-inline flip-block;
|
||||||
color: inherit; // [popover] gets a `canvastext` color value from useragent.
|
color: inherit; // [popover] gets a `canvastext` color value from useragent.
|
||||||
> .menu-wrapper {
|
li > .menu-list {
|
||||||
position:relative;
|
|
||||||
> .menu-list {
|
|
||||||
margin: 0 0px;
|
margin: 0 0px;
|
||||||
top : anchor(top);
|
top : anchor(top);
|
||||||
left : anchor(right);
|
left : anchor(right);
|
||||||
position-try: flip-inline;
|
position-try: flip-inline;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user