mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +00:00
ci: lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
69efca0960
commit
8100295b29
|
@ -5,17 +5,16 @@
|
|||
|
||||
@import '../../../resources/variables.less';
|
||||
|
||||
|
||||
.mw-prefs {
|
||||
&-tabs {
|
||||
&-wrapper.oo-ui-panelLayout-framed,
|
||||
> .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
|
||||
border-color: var(--border-color-base);
|
||||
border-color: var( --border-color-base );
|
||||
}
|
||||
}
|
||||
|
||||
&-buttons {
|
||||
border-color: var( --border-color-base );
|
||||
background-color: transparent;
|
||||
border-color: var(--border-color-base);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue