Skip to content

Commit 49f7881

Browse files
stevenvachonericf
authored andcommitted
Remove transitions from Buttons and Forms
Fixes #273
1 parent 99fade7 commit 49f7881

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

src/buttons/css/buttons.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
background-color: #E6E6E6;
1515
text-decoration: none;
1616
border-radius: 2px;
17-
/* Transitions */
18-
-webkit-transition: 0.1s linear -webkit-box-shadow;
19-
-moz-transition: 0.1s linear -moz-box-shadow;
20-
-ms-transition: 0.1s linear box-shadow;
21-
-o-transition: 0.1s linear box-shadow;
22-
transition: 0.1s linear box-shadow;
2317
}
2418

2519
.pure-button-hover,

src/forms/css/forms.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@
2121
font-size: 0.8em;
2222
box-shadow: inset 0 1px 3px #ddd;
2323
border-radius: 4px;
24-
-webkit-transition: 0.3s linear border;
25-
-moz-transition: 0.3s linear border;
26-
-ms-transition: 0.3s linear border;
27-
-o-transition: 0.3s linear border;
28-
transition: 0.3s linear border;
2924
-webkit-box-sizing: border-box;
3025
-moz-box-sizing: border-box;
3126
box-sizing: border-box;

0 commit comments

Comments
 (0)