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
1bf5aa86
Commit
1bf5aa86
authored
Dec 20, 2016
by
David Haynes
Browse files
Fix colors not displaying on hovered active a elements (Closes
#7
)
- It'd turn things white, now it turns black
parent
eef6d93a
Pipeline
#646
passed with stage
in 25 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
masonstrap/bootswatch.less
View file @
1bf5aa86
...
...
@@ -413,6 +413,11 @@ input[type="checkbox"] {
padding: 12px 15px;
color: black;
}
.active > a,
.active > a:hover {
color: black;
}
}
&-header {
...
...
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