Merge branch 'MDL-51234-master' of git://github.com/lazydaisy/moodle
Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
@@ -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
Reference in New Issue
Block a user