Fix Linux UI bugs

This commit is contained in:
windingwind 2023-12-22 23:10:26 +08:00 committed by Dan Stillman
parent fb26921e11
commit f9a2f2f3e0
8 changed files with 3 additions and 38 deletions

View file

@ -10,7 +10,7 @@
line-height: inherit;
color: inherit;
text-align: center;
-moz-appearance: toolbarbutton;
-moz-appearance: none;
&[disabled],
&.disabled {
@ -25,7 +25,7 @@
}
}
span.menu-marker {
-moz-appearance: toolbarbutton-dropdown;
-moz-appearance: none;
display: inline-block;
margin-left: 4px;
}