mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 04:52:36 +02:00
MDL-51234 theme_bootstrapbase: hover hardly visible on invert/collapse
This commit is contained in:
parent
e28004e614
commit
37cbded0c3
@ -579,6 +579,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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user