1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 20:31:26 +02:00

transitions mixin and global variable, add it to buttons

This commit is contained in:
Mark Otto
2014-07-13 13:31:07 -07:00
parent a1bd7634d7
commit 66f7062e81
11 changed files with 18 additions and 1277 deletions

View File

@@ -2112,6 +2112,9 @@ select[multiple].form-group-lg .form-control {
background-image: none;
border: 1px solid transparent;
border-radius: .2rem;
-webkit-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.btn:focus,
.btn:active:focus,