mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 21:53:25 +02:00
Drop: .opacity() mixin because we no longer support IE8
This commit is contained in:
2
dist/css/bootstrap-theme.css.map
vendored
2
dist/css/bootstrap-theme.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/bootstrap.css.map
vendored
2
dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap-theme.css.map
vendored
2
docs/dist/css/bootstrap-theme.css.map
vendored
File diff suppressed because one or more lines are too long
2
docs/dist/css/bootstrap.css.map
vendored
2
docs/dist/css/bootstrap.css.map
vendored
File diff suppressed because one or more lines are too long
@@ -239,7 +239,7 @@
|
|||||||
input[type="checkbox"] {
|
input[type="checkbox"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
.opacity(0);
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -72,7 +72,7 @@
|
|||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
width: @carousel-control-width;
|
width: @carousel-control-width;
|
||||||
.opacity(@carousel-control-opacity);
|
opacity: @carousel-control-opacity;
|
||||||
font-size: @carousel-control-font-size;
|
font-size: @carousel-control-font-size;
|
||||||
color: @carousel-control-color;
|
color: @carousel-control-color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -96,7 +96,7 @@
|
|||||||
outline: 0;
|
outline: 0;
|
||||||
color: @carousel-control-color;
|
color: @carousel-control-color;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
.opacity(.9);
|
opacity: .9;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Toggles
|
// Toggles
|
||||||
|
@@ -2,11 +2,6 @@
|
|||||||
// Component animations
|
// Component animations
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
|
||||||
// Heads up!
|
|
||||||
//
|
|
||||||
// We don't use the `.opacity()` mixin here since it causes a bug with text
|
|
||||||
// fields in IE7-8. Source: https://github.com/twbs/bootstrap/pull/3552.
|
|
||||||
|
|
||||||
.fade {
|
.fade {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity .15s linear;
|
transition: opacity .15s linear;
|
||||||
|
@@ -12,7 +12,6 @@
|
|||||||
|
|
||||||
// Utilities
|
// Utilities
|
||||||
@import "mixins/hide-text.less";
|
@import "mixins/hide-text.less";
|
||||||
@import "mixins/opacity.less";
|
|
||||||
@import "mixins/image.less";
|
@import "mixins/image.less";
|
||||||
@import "mixins/labels.less";
|
@import "mixins/labels.less";
|
||||||
@import "mixins/reset-filter.less";
|
@import "mixins/reset-filter.less";
|
||||||
|
@@ -1,5 +0,0 @@
|
|||||||
// Opacity
|
|
||||||
|
|
||||||
.opacity(@opacity) {
|
|
||||||
opacity: @opacity;
|
|
||||||
}
|
|
Reference in New Issue
Block a user