Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
7d8bf420
Commit
7d8bf420
authored
Aug 30, 2015
by
lazydaisy
Browse files
MDL-51234 theme_bootstrapbase: hover hardly visible on invert/collapse
parent
f6609089
Changes
2
Hide whitespace changes
Inline
Side-by-side
theme/bootstrapbase/less/moodle/responsive.less
View file @
7d8bf420
...
...
@@ -578,6 +578,33 @@
border-bottom: 1px solid lighten(@navbarInverseBackground, 25%);
}
}
.nav {
> li > a {
&:hover,
&:focus {
color: @navbarInverseLinkColorHover;
}
}
}
.dropdown-menu a {
&:hover,
&:focus {
color: @navbarInverseLinkColorHover;
}
> li > a {
&:hover,
&:focus {
color: @navbarInverseLinkColorHover;
}
}
}
.dropdown-submenu a {
&:hover,
&:focus,
&:active {
color: @navbarInverseLinkColorHover;
}
}
}
}
...
...
theme/bootstrapbase/style/moodle.css
View file @
7d8bf420
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
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