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:
Moonchild 2021-01-08 14:40:49 +00:00 committed by roytam1
commit 953cd5b6b2

View file

@ -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"] {