Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
eef6d93a
Commit
eef6d93a
authored
Dec 20, 2016
by
David Haynes
Browse files
Fix for non-hovered <a> elements within a dropdown
- color only displayed on a hover - now it's forced to show
parent
a522a2fa
Pipeline
#645
passed with stage
in 25 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
masonstrap/bootswatch.less
View file @
eef6d93a
...
...
@@ -411,6 +411,7 @@ input[type="checkbox"] {
> li > a {
padding: 12px 15px;
color: black;
}
}
...
...
@@ -447,11 +448,3 @@ input[type="checkbox"] {
color: @text-color;
}
}
// Extras with no organizational rhyme or reason because :dhaynes: cannot into CSS (The StackOverflow Section)
a:hover {
color: #F7941E;
}
a:active {
color: #FFCC33;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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