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

fix jank button on docs homepage

This commit is contained in:
Mark Otto
2012-08-01 16:15:21 -07:00
parent 735001cb26
commit e8fd7e6c96

View File

@@ -152,6 +152,10 @@ hr.soften {
-webkit-animation-name: downloadButton;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-transition: none;
-moz-transition: none;
transition: none;
}
.masthead .btn:active {
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);