Bug 1693980 - Make Proton tab bar buttons' click targets extend to the top of maximized windows. r=jaws

Differential Revision: https://phabricator.services.mozilla.com/D106189
This commit is contained in:
Molly Howell 2021-02-23 22:43:21 +00:00
parent b595afbcdc
commit b7a1648f8a

View File

@ -110,12 +110,6 @@ toolbar[brighttext] {
margin: 0 0 var(--tabs-navbar-shadow-size) !important;
}
@supports -moz-bool-pref("browser.proton.tabs.enabled") {
#TabsToolbar .toolbarbutton-1 {
margin-block: var(--proton-tab-block-margin) !important;
}
} /*** END proton ***/
#tabbrowser-arrowscrollbox::part(scrollbutton-up),
#tabbrowser-arrowscrollbox::part(scrollbutton-down) {
appearance: none;