Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
743fc9ac
Commit
743fc9ac
authored
11 years ago
by
Zlatan Vasović
Browse files
Options
Download
Email Patches
Plain Diff
Nesting for link styles
parent
518488cb
1 merge request
!9800
Nesting for link styles
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/scaffolding.less
+10
-8
less/scaffolding.less
with
10 additions
and
8 deletions
+10
-8
less/scaffolding.less
+
10
-
8
View file @
743fc9ac
...
@@ -54,14 +54,16 @@ textarea {
...
@@ -54,14 +54,16 @@ textarea {
a {
a {
color: @link-color;
color: @link-color;
text-decoration: none;
text-decoration: none;
}
a:hover,
&:hover,
a:focus {
&:focus {
color: @link-hover-color;
color: @link-hover-color;
text-decoration: underline;
text-decoration: underline;
}
}
a:focus {
.tab-focus();
&:focus {
.tab-focus();
}
}
}
...
...
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
Menu
Explore
Projects
Groups
Snippets