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/variables.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/variables.less')
| -rw-r--r-- | less/variables.less | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/less/variables.less b/less/variables.less index 6d16346b9..885ea1d40 100644 --- a/less/variables.less +++ b/less/variables.less @@ -409,15 +409,14 @@ // Carousel // ------------------------ +@carousel-text-shadow: 0 1px 2px rgba(0,0,0,.6); + @carousel-control-color: #fff; -@carousel-control-hover-color: #fff; -@carousel-control-text-shadow: 0 1px 2px rgba(0,0,0,.6); -@carousel-indicators-active-bg: #fff; -@carousel-indicators-li-border-color: #fff; +@carousel-indicator-border-color: #fff; +@carousel-indicator-active-bg: #fff; @carousel-caption-color: #fff; -@carousel-caption-text-shadow: 0 1px 2px rgba(0,0,0,.6); // Close |
