diff options
| author | Mark Otto <[email protected]> | 2013-07-23 23:03:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-23 23:03:57 -0700 |
| commit | a5cc1300f60ae2a8a1c21adbc83b5de874155194 (patch) | |
| tree | e2dec634a8fb4d1d7e2c66bcc7d1e36ce48b0226 /less/carousel.less | |
| parent | b0dd2f902d494f46c238e31ef3a711c11d44f501 (diff) | |
| download | bootstrap-a5cc1300f60ae2a8a1c21adbc83b5de874155194.tar.xz bootstrap-a5cc1300f60ae2a8a1c21adbc83b5de874155194.zip | |
Update carousel vars
* Remove `@carousel-control-hover-color` since that's just the same as
the default control color and all we change is `opacity` (it's required
for specificity).
* Add vars to customizer
* Update customizer nav to include new section
* Remove the `li` from the var names
* Consolidate and simplify `text-shadow` vars
Diffstat (limited to 'less/carousel.less')
| -rw-r--r-- | less/carousel.less | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/less/carousel.less b/less/carousel.less index d7dfdf9f6..ff540dff7 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -93,7 +93,7 @@ // Hover/focus state &:hover, &:focus { - color: @carousel-control-hover-color; + color: @carousel-control-color; text-decoration: none; .opacity(.9); } @@ -144,7 +144,7 @@ height: 10px; margin: 1px; text-indent: -999px; - border: 1px solid @carousel-indicators-li-border-color; + border: 1px solid @carousel-indicator-border-color; border-radius: 10px; cursor: pointer; } @@ -152,7 +152,7 @@ margin: 0; width: 12px; height: 12px; - background-color: @carousel-indicators-active-bg; + background-color: @carousel-indicator-active-bg; } } @@ -169,7 +169,7 @@ padding-bottom: 20px; color: @carousel-caption-color; text-align: center; - text-shadow: @carousel-caption-text-shadow; + text-shadow: @carousel-text-shadow; & .btn { text-shadow: none; // No shadow for button elements in carousel-caption } |
