Remove transitions from Buttons and Forms

Fixes #273
This commit is contained in:
Steven Vachon 2014-01-15 18:46:01 -05:00 committed by Eric Ferraiuolo
parent 99fade7c40
commit 49f78812dc
2 changed files with 0 additions and 11 deletions

View File

@ -14,12 +14,6 @@
background-color: #E6E6E6;
text-decoration: none;
border-radius: 2px;
/* Transitions */
-webkit-transition: 0.1s linear -webkit-box-shadow;
-moz-transition: 0.1s linear -moz-box-shadow;
-ms-transition: 0.1s linear box-shadow;
-o-transition: 0.1s linear box-shadow;
transition: 0.1s linear box-shadow;
}
.pure-button-hover,

View File

@ -21,11 +21,6 @@
font-size: 0.8em;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-transition: 0.3s linear border;
-moz-transition: 0.3s linear border;
-ms-transition: 0.3s linear border;
-o-transition: 0.3s linear border;
transition: 0.3s linear border;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;