mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-23 22:03:39 +00:00
Use border-color-muted CSS variable for Special:RecentChanges
Bug: T356825 Change-Id: I8cc39a3150dd55f1ae65d4b4352ab3df3f053fe5
This commit is contained in:
parent
c98508facb
commit
16139768c6
|
@ -42,7 +42,7 @@
|
|||
/* !important to override the too-specific rule .content ol li, .content ul li */
|
||||
margin: 0 !important;
|
||||
padding: 12px 0;
|
||||
border-bottom: @border-width-base @border-style-base #eaecf0;
|
||||
border-bottom: @border-width-base @border-style-base var( --border-color-muted );
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
|
|
Loading…
Reference in a new issue