From e122e52fb8012ef5e2571fd91ed8ed1c423c9503 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 23 Dec 2014 23:18:57 -0800 Subject: [PATCH] kill some -webkit-transition CSS --- app/assets/stylesheets/common/admin/admin_base.scss | 1 - app/assets/stylesheets/common/base/discourse.scss | 1 - app/assets/stylesheets/desktop/discourse.scss | 2 -- app/assets/stylesheets/mobile/topic-list.scss | 2 -- app/assets/stylesheets/vendor/bootstrap.scss | 3 --- 5 files changed, 9 deletions(-) diff --git a/app/assets/stylesheets/common/admin/admin_base.scss b/app/assets/stylesheets/common/admin/admin_base.scss index 0039b3248b9..a09fec0700b 100644 --- a/app/assets/stylesheets/common/admin/admin_base.scss +++ b/app/assets/stylesheets/common/admin/admin_base.scss @@ -219,7 +219,6 @@ td.flaggers td { border: 1px solid scale-color-diff(); border-radius: 3px; box-shadow: inset 0 1px 1px rgba(51, 51, 51, 0.3); - -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; li.select2-search-choice { diff --git a/app/assets/stylesheets/common/base/discourse.scss b/app/assets/stylesheets/common/base/discourse.scss index 30c26dcdf1b..c7659f0218b 100644 --- a/app/assets/stylesheets/common/base/discourse.scss +++ b/app/assets/stylesheets/common/base/discourse.scss @@ -174,7 +174,6 @@ body { .fade { opacity: 0; - -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } diff --git a/app/assets/stylesheets/desktop/discourse.scss b/app/assets/stylesheets/desktop/discourse.scss index 348f0456d61..7bc5d8848eb 100644 --- a/app/assets/stylesheets/desktop/discourse.scss +++ b/app/assets/stylesheets/desktop/discourse.scss @@ -204,7 +204,6 @@ body { border-radius: 3px; box-shadow: inset 0 1px 1px rgba(0,0,0, .3); transition: border linear 0.2s, box-shadow linear 0.2s; - -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; } input { &[type="text"], &[type="password"], &[type="datetime"], &[type="datetime-local"], &[type="date"], &[type="month"], &[type="time"], &[type="week"], &[type="number"], &[type="email"], &[type="url"], &[type="search"], &[type="tel"], &[type="color"] { @@ -213,7 +212,6 @@ body { border-radius: 3px; box-shadow: inset 0 1px 1px rgba(0,0,0, .3); transition: border linear 0.2s, box-shadow linear 0.2s; - -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; } } textarea:focus { diff --git a/app/assets/stylesheets/mobile/topic-list.scss b/app/assets/stylesheets/mobile/topic-list.scss index be58b274752..abefe684022 100644 --- a/app/assets/stylesheets/mobile/topic-list.scss +++ b/app/assets/stylesheets/mobile/topic-list.scss @@ -255,8 +255,6 @@ tr.category-topic-link:nth-of-type(odd) { .fade { opacity: 0; transition: opacity linear .15s; - -webkit-transition: opacity linear .15s; - } .fade.in { opacity: 1; diff --git a/app/assets/stylesheets/vendor/bootstrap.scss b/app/assets/stylesheets/vendor/bootstrap.scss index d10894e8eda..cf73b4d7d80 100644 --- a/app/assets/stylesheets/vendor/bootstrap.scss +++ b/app/assets/stylesheets/vendor/bootstrap.scss @@ -155,7 +155,6 @@ input[type="submit"].btn::-moz-focus-inner { } .fade { opacity: 0; - -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .fade.in { @@ -266,7 +265,6 @@ body { border: 1px solid #cccccc; border-radius: 3px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } input { @@ -275,7 +273,6 @@ body { border: 1px solid #cccccc; border-radius: 3px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); - -webkit-transition: border linear 0.2s, box-shadow linear 0.2s; transition: border linear 0.2s, box-shadow linear 0.2s; } }