mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Drop: .opacity() mixin because we no longer support IE8
This commit is contained in:
+2
-2
@@ -72,7 +72,7 @@
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
width: @carousel-control-width;
|
||||
.opacity(@carousel-control-opacity);
|
||||
opacity: @carousel-control-opacity;
|
||||
font-size: @carousel-control-font-size;
|
||||
color: @carousel-control-color;
|
||||
text-align: center;
|
||||
@@ -96,7 +96,7 @@
|
||||
outline: 0;
|
||||
color: @carousel-control-color;
|
||||
text-decoration: none;
|
||||
.opacity(.9);
|
||||
opacity: .9;
|
||||
}
|
||||
|
||||
// Toggles
|
||||
|
||||
Reference in New Issue
Block a user