mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Update dropdown vars
* Update `.nav-divider` mixin to simplify to a 1px line (one value instead of two in parametric mixin) * Rename and consolidate dropdown caret vars * Add vars to Customizer
This commit is contained in:
+5
-4
@@ -817,6 +817,10 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
|
||||
<label>@dropdown-link-hover-bg</label>
|
||||
<input type="text" placeholder="@dropdown-link-active-bg">
|
||||
<p class="help-block">Hovered dropdown menu entry background color</p>
|
||||
<h3>Dropdown caret</h3>
|
||||
<label>@dropdown-caret-color</label>
|
||||
<input type="text" placeholder="@dropdown-caret-color">
|
||||
<p class="help-block">Indicator arrow for showing an element has a dropdown</p>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<h3>Colors</h3>
|
||||
@@ -834,12 +838,9 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
|
||||
<h3>Dividers</h3>
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<label>@dropdown-divider-top</label>
|
||||
<label>@dropdown-divider-bg</label>
|
||||
<input type="text" placeholder="#e5e5e5">
|
||||
<p class="help-block">Dropdown divider top border color</p>
|
||||
<label>@dropdown-divider-bottom</label>
|
||||
<input type="text" placeholder="#fff">
|
||||
<p class="help-block">Dropdown divider bottom border color</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user