mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-23 22:13:38 +00:00
fix(Echo): 🐛 increase specificity for the selector to apply padding properly
This commit is contained in:
parent
2a53abed2f
commit
5e749ed137
|
@ -28,7 +28,7 @@
|
|||
box-shadow: var( --box-shadow-drop-xx-large );
|
||||
|
||||
// Needed additional specificity
|
||||
&.mw-list-item > a {
|
||||
.citizen-menu &.mw-list-item > a {
|
||||
padding: var( --space-sm ) var( --space-md );
|
||||
border-radius: var( --border-radius-large );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue