by roundabout, Thursday, 27 February 2020, 16:53:13 (1582822393), pushed by roundabout, Sunday, 11 May 2025, 13:22:48 (1746969768)
Author identity: nana-4 <hnmaigo@gmail.com>
d6672464f0348995f69ff240583e03a8bb5b785b
src/_sass/gnome-shell/_common-3.26.scss
@@ -5,36 +5,6 @@
color: rgba(0,0,0,0);
}
/* Workspace Switcher */
.workspace-switcher-group { padding: 8px; }
.workspace-switcher-container {
@extend %osd-panel;
}
.workspace-switcher {
background: transparent;
border: 0px;
border-radius: 0px;
padding: 0px;
spacing: 8px;
}
.ws-switcher-active-up, .ws-switcher-active-down {
height: 48px;
background-color: $primary;
color: on($primary);
background-size: 32px;
border-radius: $corner-radius;
}
.ws-switcher-box {
height: 48px;
border: none;
background: $stroke-disabled;
border-radius: $corner-radius;
}
/* Tiled window previews */
.tile-preview {
background-color: rgba(on(dark, primary), 0.3);
src/_sass/gnome-shell/_common-3.28.scss
@@ -5,36 +5,6 @@
color: rgba(0,0,0,0);
}
/* Workspace Switcher */
.workspace-switcher-group { padding: 8px; }
.workspace-switcher-container {
@extend %osd-panel;
}
.workspace-switcher {
background: transparent;
border: 0px;
border-radius: 0px;
padding: 0px;
spacing: 8px;
}
.ws-switcher-active-up, .ws-switcher-active-down {
height: 48px;
background-color: $primary;
color: on($primary);
background-size: 32px;
border-radius: $corner-radius;
}
.ws-switcher-box {
height: 48px;
border: none;
background: $stroke-disabled;
border-radius: $corner-radius;
}
/* Tiled window previews */
.tile-preview {
background-color: rgba(on(dark, primary), 0.3);
src/_sass/gnome-shell/_common-3.30.scss
@@ -5,36 +5,6 @@
color: rgba(0,0,0,0);
}
/* Workspace Switcher */
.workspace-switcher-group { padding: 8px; }
.workspace-switcher-container {
@extend %osd-panel;
}
.workspace-switcher {
background: transparent;
border: 0px;
border-radius: 0px;
padding: 0px;
spacing: 8px;
}
.ws-switcher-active-up, .ws-switcher-active-down {
height: 48px;
background-color: $primary;
color: on($primary);
background-size: 32px;
border-radius: $corner-radius;
}
.ws-switcher-box {
height: 48px;
border: none;
background: $stroke-disabled;
border-radius: $corner-radius;
}
/* Tiled window previews */
.tile-preview {
background-color: rgba(on(dark, primary), 0.3);
src/_sass/gnome-shell/_common-3.32.scss
@@ -5,36 +5,6 @@
color: rgba(0,0,0,0);
}
/* Workspace Switcher */
.workspace-switcher-group { padding: 8px; }
.workspace-switcher-container {
@extend %osd-panel;
}
.workspace-switcher {
background: transparent;
border: 0px;
border-radius: 0px;
padding: 0px;
spacing: 8px;
}
.ws-switcher-active-up, .ws-switcher-active-down {
height: 48px;
background-color: $primary;
color: on($primary);
background-size: 32px;
border-radius: $corner-radius;
}
.ws-switcher-box {
height: 48px;
border: none;
background: $stroke-disabled;
border-radius: $corner-radius;
}
/* Tiled window previews */
.tile-preview {
background-color: rgba(on(dark, primary), 0.3);
src/_sass/gnome-shell/_common-3.34.scss
@@ -13,37 +13,6 @@
}
}
/* Workspace Switcher */
.workspace-switcher-group { padding: 8px; }
.workspace-switcher-container {
@extend %osd-panel;
}
.workspace-switcher {
background: transparent;
border: 0px;
border-radius: 0px;
padding: 0px;
spacing: 8px;
}
.ws-switcher-active-up, .ws-switcher-active-down,
.ws-switcher-active-left, .ws-switcher-active-right {
height: 48px;
background-color: $primary;
color: on($primary);
background-size: 32px;
border-radius: $corner-radius;
}
.ws-switcher-box {
height: 48px;
border: none;
background: $stroke-disabled;
border-radius: $corner-radius;
}
/* Tiled window previews */
.tile-preview {
background-color: rgba(on(dark, primary), 0.3);
src/_sass/gnome-shell/_components.scss
@@ -26,7 +26,7 @@
// OSDs
@import 'components/osd/osd';
@import 'components/osd/switcher';
// @import 'components/osd/workspace-switcher';
@import 'components/osd/workspace-switcher';
// Panel
// @import 'components/panel/panel';
// @import 'components/panel/ripple-box';
src/_sass/gnome-shell/components/osd/_workspace-switcher.scss
@@ -1,26 +1,27 @@
/* Workspace Switcher */
.workspace-switcher-group {
padding: $base_padding * 2;
padding: 8px;
}
.workspace-switcher-container {
@extend %osd_panel;
@extend %osd-panel;
}
.workspace-switcher {
background: transparent;
border: none;
border: 0;
border-radius: 0;
padding: 0;
spacing: $base_spacing * 2;
spacing: 8px;
}
.ws-switcher-box {
background: transparent;
height: 50px;
background-size: 32px;
border: 1px solid transparentize($osd_fg_color,0.9);
border-radius: $base_border_radius + 3px;
height: 48px;
border: 0;
border-radius: $corner-radius;
background-color: $stroke-disabled;
background-size: 0;
}
// active workspace in the switcher
@@ -28,9 +29,10 @@
.ws-switcher-active-down,
.ws-switcher-active-left,
.ws-switcher-active-right {
height: 52px;
background-color: $selected_bg_color;
border: 1px solid if($variant=='light', darken($selected_bg_color, 8%), lighten($selected_bg_color, 5%));
border-radius: $base_border_radius + 3px;
color: $selected_fg_color;
height: 48px;
border: 0;
border-radius: $corner-radius;
background-color: $primary;
background-size: 0;
color: inherit;
}