mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-10 02:08:38 +09:00
Issue #1705 - Part 6: Remove scrollbarbutton min-{width|height} rule from theme.
This would interfere with implementing thin scrollbars. Almost all widgets provide a non-overridable size for scrollbar buttons, so it makes no sense to specify min size for them. It is probably(?) a layout bug that min size properties can override the value returned by GetMinimumWidgetSize even if aIsOverridable is set to false, but removing this rule is simpler than locating and fixing the issue in layout code ;)
This commit is contained in:
parent
7060aae250
commit
953cd5b6b2
1 changed files with 0 additions and 2 deletions
|
|
@ -72,8 +72,6 @@ thumb[orient="horizontal"] {
|
|||
|
||||
scrollbarbutton {
|
||||
background: -moz-Dialog no-repeat 50% 50%;
|
||||
min-width: 16px;
|
||||
min-height: 16px;
|
||||
}
|
||||
|
||||
scrollbarbutton:hover:active, scrollbarbutton[active="true"] {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue