mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
feat(core): ✨ strict selector for category links
Some gadgets such as HotCat hack inject link elements into catlinks. The previous rules affect them unintentionally, and now it should only apply to catlink and nothing else.
This commit is contained in:
parent
bdc58fdeaf
commit
6b47c86c70
|
@ -34,10 +34,10 @@
|
|||
gap: 0.375rem;
|
||||
letter-spacing: 0; // hidden-catlink title does not have a selector
|
||||
|
||||
li {
|
||||
> li {
|
||||
display: block;
|
||||
|
||||
a {
|
||||
> a {
|
||||
display: inline-block;
|
||||
padding: 0.5rem 1rem;
|
||||
border: 1px solid var( --border-color-base--darker );
|
||||
|
|
Loading…
Reference in a new issue