Mobile ToC hover state

This commit is contained in:
alistair3149 2019-11-27 19:24:34 -05:00
parent 7b47471404
commit a380a76011

View file

@ -958,6 +958,7 @@ a {
transition-duration: 0.5s !important; // Override duration 0 for ToC
&:hover {
background-color: @menu-item-link-hover;
.boxshadow(5);
&:before {
@ -965,6 +966,10 @@ a {
}
}
&:focus {
background-color: @menu-item-link-active;
}
&:before {
.resource-loader-icon;
display: block;