Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
dfda3dfe
Commit
dfda3dfe
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#10246
: Use correct variable for link hover color in Customizer
parent
7f6210ce
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/js/raw-files.js
+1
-1
assets/js/raw-files.js
customize.html
+2
-2
customize.html
with
3 additions
and
3 deletions
+3
-3
assets/js/raw-files.js
+
1
-
1
View file @
dfda3dfe
This diff is collapsed.
Click to expand it.
customize.html
+
2
-
2
View file @
dfda3dfe
...
...
@@ -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-hove
r
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"darken(@link-color, 15%)"
data-var=
"@link-
color-hove
r"
>
<label>
@link-
hover-colo
r
</label>
<input
type=
"text"
class=
"form-control"
placeholder=
"darken(@link-color, 15%)"
data-var=
"@link-
hover-colo
r"
>
<p
class=
"help-block"
>
Automatically darken links on hover via color function.
</p>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment