Commit dfda3dfe authored by Mark Otto's avatar Mark Otto

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

parent 7f6210ce
This diff is collapsed.
...@@ -460,8 +460,8 @@ base_url: "../" ...@@ -460,8 +460,8 @@ base_url: "../"
<label>@link-color</label> <label>@link-color</label>
<input type="text" class="form-control" placeholder="@brand-primary" data-var="@link-color"> <input type="text" class="form-control" placeholder="@brand-primary" data-var="@link-color">
<p class="help-block">Global link color for text.</p> <p class="help-block">Global link color for text.</p>
<label>@link-color-hover</label> <label>@link-hover-color</label>
<input type="text" class="form-control" placeholder="darken(@link-color, 15%)" data-var="@link-color-hover"> <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> <p class="help-block">Automatically darken links on hover via color function.</p>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment