mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
feat(core): underline content links on hover and focus (#659)
* Update elements.less * Update elements.less * Update content.less * Update elements.less * Update elements.less --------- Co-authored-by: alistair3149 <alistair3149@users.noreply.github.com>
This commit is contained in:
parent
5737125f02
commit
90d69720f6
|
@ -16,3 +16,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mw-body-content a {
|
||||||
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* Version: REL1_39
|
* Version: REL1_39
|
||||||
*
|
*
|
||||||
* Date: 2022-11-14
|
* Date: 2022-11-14
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
// Some of the link styles are handled in content.links
|
// Some of the link styles are handled in content.links
|
||||||
|
|
Loading…
Reference in a new issue