kill some -webkit-transition CSS

This commit is contained in:
Jeff Atwood 2014-12-23 23:18:57 -08:00
parent 576861505e
commit e122e52fb8
5 changed files with 0 additions and 9 deletions

View File

@ -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 {

View File

@ -174,7 +174,6 @@ body {
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}

View File

@ -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 {

View File

@ -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;

View File

@ -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;
}
}