style: Overwrite border-radius of tile previews in classic mode
In classic mode, the panel does not have rounded corners; thus tile previews shouldn't either. https://bugzilla.gnome.org/show_bug.cgi?id=728273
This commit is contained in:
@@ -39,6 +39,12 @@
|
||||
border-top-color: transparent;
|
||||
}
|
||||
|
||||
.tile-preview-left.on-primary,
|
||||
.tile-preview-right.on-primary,
|
||||
.tile-preview-left.tile-preview-right.on-primary {
|
||||
/* keep in sync with -panel-corner-radius */
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
/* TOP BAR */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user