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;