mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 924182 - Don't draw superfluous bottom border on TabsToolbar on OS X unless we're using a lw-theme or not drawing tabs in the titlebar. r=Gijs.
This commit is contained in:
parent
cd0563077f
commit
c7516223b7
@ -2539,7 +2539,8 @@ toolbarbutton.chevron > .toolbarbutton-menu-dropmarker {
|
||||
/*
|
||||
* Draw the bottom border of the tabstrip:
|
||||
*/
|
||||
#TabsToolbar::after {
|
||||
#main-window:not([tabsintitlebar]) #TabsToolbar::after,
|
||||
#TabsToolbar:-moz-lwtheme::after {
|
||||
content: '';
|
||||
/* Because we use placeholders for window controls etc. in the tabstrip,
|
||||
* and position those with ordinal attributes, and because our layout code
|
||||
|
Loading…
Reference in New Issue
Block a user