We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc5674 commit f53a038Copy full SHA for f53a038
docs/assets/css/bootstrap.css
@@ -2511,7 +2511,6 @@ table .span24 {
2511
2512
.fade {
2513
opacity: 0;
2514
- filter: alpha(opacity=0);
2515
-webkit-transition: opacity 0.15s linear;
2516
-moz-transition: opacity 0.15s linear;
2517
-ms-transition: opacity 0.15s linear;
@@ -2521,7 +2520,6 @@ table .span24 {
2521
2520
2522
.fade.in {
2523
opacity: 1;
2524
- filter: alpha(opacity=100);
2525
}
2526
2527
.collapse {
0 commit comments