forked from AuroraMiddleware/gtk
Adwaita: no rounded corner for tiled backdrop windows
fixes https://bugzilla.gnome.org/show_bug.cgi?id=762067
This commit is contained in:
parent
aed7ca1b3d
commit
0b1aeceb6e
@ -1361,7 +1361,7 @@ headerbar {
|
||||
}
|
||||
|
||||
.tiled &,
|
||||
.maximized & { border-radius: 0; } // squared corners when the window is max'd or tile
|
||||
.maximized & { &:backdrop, & { border-radius: 0; }} // squared corners when the window is maximized or tiled
|
||||
|
||||
&.default-decoration {
|
||||
padding: 0 4px;
|
||||
|
@ -1827,8 +1827,10 @@ headerbar {
|
||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
-gtk-icon-shadow: none; }
|
||||
.tiled .titlebar:not(headerbar), .maximized .titlebar:not(headerbar), .tiled
|
||||
.tiled .titlebar:backdrop:not(headerbar), .tiled .titlebar:not(headerbar), .maximized .titlebar:backdrop:not(headerbar), .maximized .titlebar:not(headerbar), .tiled
|
||||
headerbar:backdrop, .tiled
|
||||
headerbar, .maximized
|
||||
headerbar:backdrop, .maximized
|
||||
headerbar {
|
||||
border-radius: 0; }
|
||||
.default-decoration.titlebar:not(headerbar),
|
||||
|
@ -1831,8 +1831,10 @@ headerbar {
|
||||
-gtk-icon-source: -gtk-icontheme("pan-down-symbolic");
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
-gtk-icon-shadow: none; }
|
||||
.tiled .titlebar:not(headerbar), .maximized .titlebar:not(headerbar), .tiled
|
||||
.tiled .titlebar:backdrop:not(headerbar), .tiled .titlebar:not(headerbar), .maximized .titlebar:backdrop:not(headerbar), .maximized .titlebar:not(headerbar), .tiled
|
||||
headerbar:backdrop, .tiled
|
||||
headerbar, .maximized
|
||||
headerbar:backdrop, .maximized
|
||||
headerbar {
|
||||
border-radius: 0; }
|
||||
.default-decoration.titlebar:not(headerbar),
|
||||
|
Loading…
Reference in New Issue
Block a user