[gnome-shell-sass] theme: Adjust workspaces thumbnails visuals
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass] theme: Adjust workspaces thumbnails visuals
- Date: Wed, 3 Feb 2021 12:19:28 +0000 (UTC)
commit 75afee3b34a7c390c01fcca788b39bfe772d3fde
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Mon Jan 25 21:11:28 2021 -0300
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>
widgets/_workspace-thumbnails.scss | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
---
diff --git a/widgets/_workspace-thumbnails.scss b/widgets/_workspace-thumbnails.scss
index da76381..774408b 100644
--- a/widgets/_workspace-thumbnails.scss
+++ b/widgets/_workspace-thumbnails.scss
@@ -2,24 +2,20 @@
// thumbnails in overview
.workspace-thumbnails {
- @extend %overview_panel;
visible-width: 32px; //amount visible before hover
spacing: $base_spacing;
padding: $base_padding;
- border-radius: $modal_radius 0 0 $modal_radius;
- border-right-width: 0;
-
- &:rtl {
- border-radius: 0 $modal_radius $modal_radius 0;
- border-left-width: 0;
+ .workspace-thumbnail {
+ @extend %overview_panel;
+ border-radius: 3px;
}
// drag and drop indicator
.placeholder {
background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg");
background-size: contain;
- height: 24px;
+ width: 18px;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]