diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.css b/src/main/gnome-shell/gnome-shell-dark-alt.css index 2d317914..4aeffa8c 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 ebb853e4..21a90e3f 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 ebb853e4..21a90e3f 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 2d317914..4aeffa8c 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 5665f653..b42ee35a 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 38b77d12..d94c9178 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 38b77d12..d94c9178 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 124ad315..4cbaa689 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 b0870541..b9e4ba83 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;