mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 22:26:26 +08:00
kill some -webkit-transition CSS
This commit is contained in:
parent
576861505e
commit
e122e52fb8
|
@ -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 {
|
||||
|
|
|
@ -174,7 +174,6 @@ body {
|
|||
|
||||
.fade {
|
||||
opacity: 0;
|
||||
-webkit-transition: opacity 0.15s linear;
|
||||
transition: opacity 0.15s linear;
|
||||
}
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
3
app/assets/stylesheets/vendor/bootstrap.scss
vendored
3
app/assets/stylesheets/vendor/bootstrap.scss
vendored
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user