From dffe47037a971b213192ed57f46d3ab4bb92c682 Mon Sep 17 00:00:00 2001 From: vinceliuice Date: Mon, 7 Dec 2020 14:50:29 +0800 Subject: [PATCH] update --- src/main/gnome-shell/gnome-shell-dark-alt.css | 4 ---- src/main/gnome-shell/gnome-shell-dark-solid-alt.css | 4 ---- src/main/gnome-shell/gnome-shell-dark-solid.css | 4 ---- src/main/gnome-shell/gnome-shell-dark.css | 4 ---- src/main/gnome-shell/gnome-shell-light-alt.css | 4 ---- src/main/gnome-shell/gnome-shell-light-solid-alt.css | 4 ---- src/main/gnome-shell/gnome-shell-light-solid.css | 4 ---- src/main/gnome-shell/gnome-shell-light.css | 4 ---- src/sass/gnome-shell/_common.scss | 8 ++++---- 9 files changed, 4 insertions(+), 36 deletions(-) diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.css b/src/main/gnome-shell/gnome-shell-dark-alt.css index 2d31791..4aeffa8 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt.css @@ -18,10 +18,6 @@ * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ /* GLOBALS */ -* { - transition-duration: 150ms; -} - stage { font-size: 9.75pt; font-weight: 400; diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css index ebb853e..21a90e3 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css @@ -18,10 +18,6 @@ * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ /* GLOBALS */ -* { - transition-duration: 150ms; -} - stage { font-size: 9.75pt; font-weight: 400; diff --git a/src/main/gnome-shell/gnome-shell-dark-solid.css b/src/main/gnome-shell/gnome-shell-dark-solid.css index ebb853e..21a90e3 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid.css @@ -18,10 +18,6 @@ * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ /* GLOBALS */ -* { - transition-duration: 150ms; -} - stage { font-size: 9.75pt; font-weight: 400; diff --git a/src/main/gnome-shell/gnome-shell-dark.css b/src/main/gnome-shell/gnome-shell-dark.css index 2d31791..4aeffa8 100644 --- a/src/main/gnome-shell/gnome-shell-dark.css +++ b/src/main/gnome-shell/gnome-shell-dark.css @@ -18,10 +18,6 @@ * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ /* GLOBALS */ -* { - transition-duration: 150ms; -} - stage { font-size: 9.75pt; font-weight: 400; diff --git a/src/main/gnome-shell/gnome-shell-light-alt.css b/src/main/gnome-shell/gnome-shell-light-alt.css index 5665f65..b42ee35 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-alt.css @@ -18,10 +18,6 @@ * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ /* GLOBALS */ -* { - transition-duration: 150ms; -} - stage { font-size: 9.75pt; font-weight: 400; diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt.css b/src/main/gnome-shell/gnome-shell-light-solid-alt.css index 38b77d1..d94c917 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt.css @@ -18,10 +18,6 @@ * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ /* GLOBALS */ -* { - transition-duration: 150ms; -} - stage { font-size: 9.75pt; font-weight: 400; diff --git a/src/main/gnome-shell/gnome-shell-light-solid.css b/src/main/gnome-shell/gnome-shell-light-solid.css index 38b77d1..d94c917 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid.css +++ b/src/main/gnome-shell/gnome-shell-light-solid.css @@ -18,10 +18,6 @@ * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ /* GLOBALS */ -* { - transition-duration: 150ms; -} - stage { font-size: 9.75pt; font-weight: 400; diff --git a/src/main/gnome-shell/gnome-shell-light.css b/src/main/gnome-shell/gnome-shell-light.css index 124ad31..4cbaa68 100644 --- a/src/main/gnome-shell/gnome-shell-light.css +++ b/src/main/gnome-shell/gnome-shell-light.css @@ -18,10 +18,6 @@ * Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ /* GLOBALS */ -* { - transition-duration: 150ms; -} - stage { font-size: 9.75pt; font-weight: 400; diff --git a/src/sass/gnome-shell/_common.scss b/src/sass/gnome-shell/_common.scss index b087054..b9e4ba8 100644 --- a/src/sass/gnome-shell/_common.scss +++ b/src/sass/gnome-shell/_common.scss @@ -25,10 +25,10 @@ $cakeisalie: "This stylesheet is generated, DO NOT EDIT"; /* GLOBALS */ -* { - // transition-timing-function: $deceleration_curve; - transition-duration: $longer_duration; -} +// * { +// // transition-timing-function: $deceleration_curve; +// transition-duration: $longer_duration; +// } stage { // font-family: $font-family;