forked from AuroraMiddleware/gtk
Adwaita: Drop decoration.ssd selector
We've settled on window.ssd decoration instead. https://bugzilla.gnome.org/show_bug.cgi?id=760714
This commit is contained in:
parent
cee39bfd46
commit
0c91584532
@ -3538,8 +3538,7 @@ decoration {
|
||||
.popup & { box-shadow: none; }
|
||||
|
||||
// server-side decorations as used by mutter
|
||||
.ssd &,
|
||||
&.ssd { box-shadow: 0 0 0 1px $_wm_border; } //just doing borders, wm draws actual shadows
|
||||
.ssd & { box-shadow: 0 0 0 1px $_wm_border; } //just doing borders, wm draws actual shadows
|
||||
|
||||
.csd.popup & {
|
||||
border-radius: 0;
|
||||
|
@ -3750,7 +3750,7 @@ decoration {
|
||||
border-radius: 0; }
|
||||
.popup decoration {
|
||||
box-shadow: none; }
|
||||
.ssd decoration, decoration.ssd {
|
||||
.ssd decoration {
|
||||
box-shadow: 0 0 0 1px rgba(28, 31, 31, 0.9); }
|
||||
.csd.popup decoration {
|
||||
border-radius: 0;
|
||||
|
@ -3783,7 +3783,7 @@ decoration {
|
||||
border-radius: 0; }
|
||||
.popup decoration {
|
||||
box-shadow: none; }
|
||||
.ssd decoration, decoration.ssd {
|
||||
.ssd decoration {
|
||||
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.23); }
|
||||
.csd.popup decoration {
|
||||
border-radius: 0;
|
||||
|
Loading…
Reference in New Issue
Block a user