mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-29 08:10:47 +02:00
Moved navs inline properties to variables.less and customize.html & nav-customize.html
This commit is contained in:
@@ -771,6 +771,46 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<h2 id="variables-nav">Nav</h2>
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<h3>Default nav</h3>
|
||||
<h4>Basics</h4>
|
||||
<label>@nav-link-hover-bg</label>
|
||||
<input type="text" placeholder="@gray-lighter">
|
||||
<label>@nav-disabled-link-color</label>
|
||||
<input type="text" placeholder="@gray-light">
|
||||
<label>@nav-disabled-link-hover-color</label>
|
||||
<input type="text" placeholder="@gray-light">
|
||||
<label>@nav-open-link-hover-color</label>
|
||||
<input type="text" placeholder="#fff">
|
||||
<label>@nav-open-caret-border-color</label>
|
||||
<input type="text" placeholder="@fff">
|
||||
<h4>Tabs</h4>
|
||||
<label>@nav-tabs-border-color</label>
|
||||
<input type="text" placeholder="@ddd">
|
||||
<label>@nav-tabs-link-hover-border-color</label>
|
||||
<input type="text" placeholder="@gray-lighter">
|
||||
<label>@nav-tabs-active-link-hover-color</label>
|
||||
<input type="text" placeholder="@gray">
|
||||
<label>@nav-tabs-active-link-hover-bg</label>
|
||||
<input type="text" placeholder="@body-bg">
|
||||
<label>@nav-tabs-active-link-hover-border-color</label>
|
||||
<input type="text" placeholder="#ddd">
|
||||
<label>@nav-tabs-justified-link-border-color</label>
|
||||
<input type="text" placeholder="#ddd">
|
||||
<label>@nav-tabs-justified-active-link-border-color</label>
|
||||
<input type="text" placeholder="@body-bg">
|
||||
<h4>Pills</h4>
|
||||
<label>@nav-pills-active-link-hover-color</label>
|
||||
<input type="text" placeholder="@fff">
|
||||
<label>@nav-pills-active-link-hover-bg</label>
|
||||
<input type="text" placeholder="@component-active-bg">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<h2 id="variables-tables">Tables</h2>
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
|
Reference in New Issue
Block a user