by roundabout, Thursday, 27 February 2020, 16:53:20 (1582822400), pushed by roundabout, Sunday, 11 May 2025, 13:22:49 (1746969769)
Author identity: nana-4 <hnmaigo@gmail.com>
b2e16bf8d177caa2d4658e8ebf6413f70e9c5542
src/_sass/gnome-shell/_common-3.26.scss
@@ -23,29 +23,6 @@
border-radius: 0;
}
// Workspace pager
.workspace-thumbnails { //container ala dash
@extend %overview-panel;
visible-width: 32px; //amount visible before hover
spacing: 12px;
padding: 12px;
border-radius: $corner-radius 0 0 $corner-radius;
//border-width: 0; //fixme: can't have non unoform borders :(
&:rtl { border-radius: 0 $corner-radius $corner-radius 0;}
.placeholder {
background-image: url("assets/dash-placeholder.svg");
background-size: contain;
height: 24px;
}
}
.workspace-thumbnail-indicator {
border: 0 solid on(dark);
border-left-width: 2px;
padding: 6px 10px;
border-radius: 0;
}
/* Eeeky things */
//magnifier
src/_sass/gnome-shell/_common-3.28.scss
@@ -23,29 +23,6 @@
border-radius: 0;
}
// Workspace pager
.workspace-thumbnails { //container ala dash
@extend %overview-panel;
visible-width: 32px; //amount visible before hover
spacing: 12px;
padding: 12px;
border-radius: $corner-radius 0 0 $corner-radius;
//border-width: 0; //fixme: can't have non unoform borders :(
&:rtl { border-radius: 0 $corner-radius $corner-radius 0;}
.placeholder {
background-image: url("assets/dash-placeholder.svg");
background-size: contain;
height: 24px;
}
}
.workspace-thumbnail-indicator {
border: 0 solid on(dark);
border-left-width: 2px;
padding: 6px 10px;
border-radius: 0;
}
/* Eeeky things */
//magnifier
src/_sass/gnome-shell/_common-3.30.scss
@@ -23,29 +23,6 @@
border-radius: 0;
}
// Workspace pager
.workspace-thumbnails { //container ala dash
@extend %overview-panel;
visible-width: 32px; //amount visible before hover
spacing: 12px;
padding: 12px;
border-radius: $corner-radius 0 0 $corner-radius;
//border-width: 0; //fixme: can't have non unoform borders :(
&:rtl { border-radius: 0 $corner-radius $corner-radius 0;}
.placeholder {
background-image: url("assets/dash-placeholder.svg");
background-size: contain;
height: 24px;
}
}
.workspace-thumbnail-indicator {
border: 0 solid on(dark);
border-left-width: 2px;
padding: 6px 10px;
border-radius: 0;
}
/* Eeeky things */
//magnifier
src/_sass/gnome-shell/_common-3.32.scss
@@ -29,29 +29,6 @@
border: 1px solid on(dark, primary);
}
// Workspace pager
.workspace-thumbnails { //container ala dash
@extend %overview-panel;
visible-width: 32px; //amount visible before hover
spacing: 12px;
padding: 12px;
border-radius: $corner-radius 0 0 $corner-radius;
//border-width: 0; //fixme: can't have non unoform borders :(
&:rtl { border-radius: 0 $corner-radius $corner-radius 0;}
.placeholder {
background-image: url("assets/dash-placeholder.svg");
background-size: contain;
height: 24px;
}
}
.workspace-thumbnail-indicator {
border: 0 solid on(dark);
border-left-width: 2px;
padding: 6px 10px;
border-radius: 0;
}
/* Eeeky things */
//magnifier
src/_sass/gnome-shell/_common-3.34.scss
@@ -47,29 +47,6 @@
-pie-background-color: $overlay-selected;
}
// Workspace pager
.workspace-thumbnails { //container ala dash
@extend %overview-panel;
visible-width: 32px; //amount visible before hover
spacing: 12px;
padding: 12px;
border-radius: $corner-radius 0 0 $corner-radius;
//border-width: 0; //fixme: can't have non unoform borders :(
&:rtl { border-radius: 0 $corner-radius $corner-radius 0;}
.placeholder {
background-image: url("assets/dash-placeholder.svg");
background-size: contain;
height: 24px;
}
}
.workspace-thumbnail-indicator {
border: 0 solid on(dark);
border-left-width: 2px;
padding: 6px 10px;
border-radius: 0;
}
/* Eeeky things */
//magnifier
src/_sass/gnome-shell/_components.scss
@@ -37,7 +37,7 @@
@import 'components/overview/search-results';
@import 'components/overview/app-grid';
@import 'components/overview/dash';
// @import 'components/overview/workspace-switcher';
@import 'components/overview/workspace-switcher';
// A11y / misc
// @import 'components/misc/misc';
// @import 'components/misc/a11y';
src/_sass/gnome-shell/components/overview/_window-picker.scss
@@ -29,22 +29,10 @@
padding: 4px 8px;
border: 0;
border-radius: $corner-radius;
background-color: $scrim;
color: on($scrim);
font-size: 1em;
font-weight: normal;
@if $version >= 3.26 {
background-color: $scrim;
color: on($scrim);
} @else {
-shell-caption-spacing: 12px;
background-color: transparent;
color: on(dark);
&:hover {
background-color: on(dark, stroke);
color: on(dark);
}
}
}
// Close button
@@ -82,15 +70,4 @@
// transition-duration: $duration-ripple;
background-image: url("assets/window-close-active.svg");
}
// For <= 3.26.0
@if $version <= 3.26 {
&:rtl {
-st-background-image-shadow: $shadow-1;
&:hover {
-st-background-image-shadow: $shadow-2;
}
}
}
}
src/_sass/gnome-shell/components/overview/_workspace-switcher.scss
@@ -2,31 +2,31 @@
// thumbnails in overview
.workspace-thumbnails {
@extend %overview_panel;
visible-width: 32px; //amount visible before hover
spacing: $base_spacing;
padding: $base_padding;
@extend %overview-panel;
visible-width: 32px; // amount visible before hover
spacing: 12px;
padding: 12px;
border-radius: $modal_radius 0 0 $modal_radius;
border-right-width: 0;
border-radius: $corner-radius 0 0 $corner-radius;
&:rtl {
border-radius: 0 $modal_radius $modal_radius 0;
border-left-width: 0;
border-radius: 0 $corner-radius $corner-radius 0;
}
// drag and drop indicator
.placeholder {
background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg");
background-size: contain;
height: 24px;
background-image: url("assets/dash-placeholder.svg");
background-size: contain;
}
}
// selected indicator
.workspace-thumbnail-indicator {
border: 3px solid $selected_bg_color;
border-radius: 3px;
padding: 0px;
// background-color: transparentize($selected_bg_color, 0.9);
padding: 6px 10px;
border: 0 solid on(dark);
border-left-width: 2px;
border-radius: 0;
}