mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
nuke the text-shadow
This commit is contained in:
parent
5abd0ed521
commit
6782dd6e92
@ -66,7 +66,6 @@
|
|||||||
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;
|
||||||
text-shadow: $carousel-text-shadow;
|
|
||||||
opacity: $carousel-control-opacity;
|
opacity: $carousel-control-opacity;
|
||||||
// We can't have this transition here because WebKit cancels the carousel
|
// We can't have this transition here because WebKit cancels the carousel
|
||||||
// animation if you trip this while in the middle of another animation.
|
// animation if you trip this while in the middle of another animation.
|
||||||
@ -191,11 +190,6 @@
|
|||||||
padding-bottom: 20px;
|
padding-bottom: 20px;
|
||||||
color: $carousel-caption-color;
|
color: $carousel-caption-color;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: $carousel-text-shadow;
|
|
||||||
|
|
||||||
.btn {
|
|
||||||
text-shadow: none; // No shadow for button elements in carousel-caption
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -881,8 +881,6 @@ $media-alignment-padding-x: 10px !default;
|
|||||||
|
|
||||||
// 33. Carousel
|
// 33. Carousel
|
||||||
|
|
||||||
$carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6) !default;
|
|
||||||
|
|
||||||
$carousel-control-color: #fff !default;
|
$carousel-control-color: #fff !default;
|
||||||
$carousel-control-width: 15% !default;
|
$carousel-control-width: 15% !default;
|
||||||
$carousel-control-sm-up-size: 30px !default;
|
$carousel-control-sm-up-size: 30px !default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user