by roundabout, Thursday, 27 February 2020, 16:53:21 (1582822401), pushed by roundabout, Sunday, 11 May 2025, 13:22:49 (1746969769)
Author identity: nana-4 <hnmaigo@gmail.com>
eeae4b1a9278b281e977847b058b2266ceffc7ac
src/_sass/gnome-shell/_common-3.26.scss
@@ -16,15 +16,6 @@
border-radius: 0;
}
/* Eeeky things */
//magnifier
.magnifier-zoom-region {
border: 2px solid $primary;
&.full-screen { border-width: 0; }
}
//Keyboard
/* On-screen Keyboard */
src/_sass/gnome-shell/_common-3.28.scss
@@ -16,15 +16,6 @@
border-radius: 0;
}
/* Eeeky things */
//magnifier
.magnifier-zoom-region {
border: 2px solid $primary;
&.full-screen { border-width: 0; }
}
//Keyboard
/* On-screen Keyboard */
.word-suggestions {
src/_sass/gnome-shell/_common-3.30.scss
@@ -16,15 +16,6 @@
border-radius: 0;
}
/* Eeeky things */
//magnifier
.magnifier-zoom-region {
border: 2px solid $primary;
&.full-screen { border-width: 0; }
}
//Keyboard
/* On-screen Keyboard */
.word-suggestions {
src/_sass/gnome-shell/_common-3.32.scss
@@ -16,15 +16,6 @@
border-radius: 0;
}
/* Eeeky things */
//magnifier
.magnifier-zoom-region {
border: 2px solid $primary;
&.full-screen { border-width: 0; }
}
//Keyboard
/* On-screen Keyboard */
.word-suggestions {
src/_sass/gnome-shell/_common-3.34.scss
@@ -16,33 +16,6 @@
border-radius: 0;
}
// Pointer location
.ripple-pointer-location {
width: 50px;
height: 50px;
border-radius: 25px; // radius the size of the box give us the curve
background-color: $overlay-selected;
box-shadow: none;
}
// Pointer accessibility notifications
.pie-timer {
width: 60px;
height: 60px;
-pie-border-width: 0;
-pie-border-color: transparent;
-pie-background-color: $overlay-selected;
}
/* Eeeky things */
//magnifier
.magnifier-zoom-region {
border: 2px solid $primary;
&.full-screen { border-width: 0; }
}
//Keyboard
/* On-screen Keyboard */
.word-suggestions {
src/_sass/gnome-shell/_components.scss
@@ -40,7 +40,7 @@
@import 'components/overview/workspace-switcher';
// A11y / misc
@import 'components/misc/misc';
// @import 'components/misc/a11y';
@import 'components/misc/a11y';
// @import 'components/misc/tile-preview';
// @import 'components/misc/keyboard';
// @import 'components/misc/looking-glass';
src/_sass/gnome-shell/components/misc/_a11y.scss
@@ -1,24 +1,26 @@
// Pointer location
.ripple-pointer-location {
width: $ripple_size;
height: $ripple_size;
border-radius: $ripple_size * 0.5; // radius equals the size of the box to give us the curve
background-color: lighten(transparentize($selected_bg_color, 0.7), 30%);
box-shadow: 0 0 2px 2px lighten($selected_bg_color, 20%);
width: 50px;
height: 50px;
border-radius: (50px / 2); // radius equals the size of the box to give us the curve
box-shadow: none;
background-color: $overlay-selected;
}
// Pointer accessibility notifications
.pie-timer {
width: 60px;
height: 60px;
-pie-border-width: 3px;
-pie-border-color: $selected_bg_color;
-pie-background-color: lighten(transparentize($selected_bg_color, 0.7), 40%);
-pie-border-width: 0;
-pie-border-color: transparent;
-pie-background-color: $overlay-selected;
}
// Screen zoom/Magnifier
.magnifier-zoom-region {
border: 2px solid $selected_bg_color;
border: 2px solid $primary;
&.full-screen { border-width: 0; }
&.full-screen {
border-width: 0;
}
}