theme: Adjust workspaces thumbnails visuals
Remove the borders, and make each thumbnail have a background color that matches other elements like the Dash. Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1593>
This commit is contained in:
parent
9db9445b0f
commit
6e13dbac11
@ -2,24 +2,20 @@
|
|||||||
|
|
||||||
// thumbnails in overview
|
// thumbnails in overview
|
||||||
.workspace-thumbnails {
|
.workspace-thumbnails {
|
||||||
@extend %overview_panel;
|
|
||||||
visible-width: 32px; //amount visible before hover
|
visible-width: 32px; //amount visible before hover
|
||||||
spacing: $base_spacing;
|
spacing: $base_spacing;
|
||||||
padding: $base_padding;
|
padding: $base_padding;
|
||||||
|
|
||||||
border-radius: $modal_radius 0 0 $modal_radius;
|
.workspace-thumbnail {
|
||||||
border-right-width: 0;
|
@extend %overview_panel;
|
||||||
|
border-radius: 3px;
|
||||||
&:rtl {
|
|
||||||
border-radius: 0 $modal_radius $modal_radius 0;
|
|
||||||
border-left-width: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// drag and drop indicator
|
// drag and drop indicator
|
||||||
.placeholder {
|
.placeholder {
|
||||||
background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg");
|
background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
height: 24px;
|
width: 18px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user