mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-25 22:41:20 +02:00
fix jank button on docs homepage
This commit is contained in:
@@ -152,6 +152,10 @@ hr.soften {
|
|||||||
-webkit-animation-name: downloadButton;
|
-webkit-animation-name: downloadButton;
|
||||||
-webkit-animation-duration: 2s;
|
-webkit-animation-duration: 2s;
|
||||||
-webkit-animation-iteration-count: infinite;
|
-webkit-animation-iteration-count: infinite;
|
||||||
|
-webkit-transition: none;
|
||||||
|
-moz-transition: none;
|
||||||
|
transition: none;
|
||||||
|
|
||||||
}
|
}
|
||||||
.masthead .btn:active {
|
.masthead .btn:active {
|
||||||
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
|
-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.1);
|
||||||
|
Reference in New Issue
Block a user