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:
alistair3149 2022-10-01 15:24:18 -04:00
parent bdc58fdeaf
commit 6b47c86c70
No known key found for this signature in database

View file

@ -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 );