Adwaita: fix backdrop solid-csd

titlebar rounded corners were not overridden for backdrop state.
This commit is contained in:
Lapo Calamandrei 2016-04-15 18:00:37 +02:00
parent 266ae74afc
commit de78627494
3 changed files with 11 additions and 7 deletions

View File

@ -1511,6 +1511,7 @@ headerbar {
}
.solid-csd & {
&:backdrop, & {
margin-left: -1px;
margin-right: -1px;
margin-top: -1px;
@ -1518,6 +1519,7 @@ headerbar {
box-shadow: none;
}
}
}
headerbar {
// add vertical margins to headerbar entries, buttons and separators to avoid them spanning the whole height

View File

@ -1929,7 +1929,8 @@ headerbar {
min-width: 26px;
margin: 0;
padding: 0; }
.solid-csd .titlebar:not(headerbar), .solid-csd
.solid-csd .titlebar:backdrop:not(headerbar), .solid-csd .titlebar:not(headerbar), .solid-csd
headerbar:backdrop, .solid-csd
headerbar {
margin-left: -1px;
margin-right: -1px;

View File

@ -1936,7 +1936,8 @@ headerbar {
min-width: 26px;
margin: 0;
padding: 0; }
.solid-csd .titlebar:not(headerbar), .solid-csd
.solid-csd .titlebar:backdrop:not(headerbar), .solid-csd .titlebar:not(headerbar), .solid-csd
headerbar:backdrop, .solid-csd
headerbar {
margin-left: -1px;
margin-right: -1px;