mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
Mobile ToC hover state
This commit is contained in:
parent
7b47471404
commit
a380a76011
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue