1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

fixes #10246: Use correct variable for link hover color in Customizer

This commit is contained in:
Mark Otto 2013-09-01 10:07:15 +02:00
parent 7f6210cea4
commit dfda3dfe37
2 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

@ -460,8 +460,8 @@ base_url: "../"
<label>@link-color</label>
<input type="text" class="form-control" placeholder="@brand-primary" data-var="@link-color">
<p class="help-block">Global link color for text.</p>
<label>@link-color-hover</label>
<input type="text" class="form-control" placeholder="darken(@link-color, 15%)" data-var="@link-color-hover">
<label>@link-hover-color</label>
<input type="text" class="form-control" placeholder="darken(@link-color, 15%)" data-var="@link-hover-color">
<p class="help-block">Automatically darken links on hover via color function.</p>
</div>
</div>