mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
ci: 👷 lint code to MediaWiki standards
Check commit and GitHub actions for more details
This commit is contained in:
parent
46c139ac86
commit
9db1f9215c
|
@ -8,28 +8,29 @@
|
|||
* Date: 2024-07-11
|
||||
*/
|
||||
|
||||
/* early.less */
|
||||
/* early.less */
|
||||
.ext-datamaps-container {
|
||||
border-color: transparent !important; // Needed to override OOUI styles
|
||||
box-shadow: none;
|
||||
border-color: transparent !important; // Needed to override OOUI styles
|
||||
}
|
||||
|
||||
.ext-datamaps-container-content {
|
||||
.ext-datamaps-container-leaflet {
|
||||
background: var(--color-surface-3);
|
||||
}
|
||||
.ext-datamaps-container-leaflet {
|
||||
background: var( --color-surface-3 );
|
||||
}
|
||||
}
|
||||
|
||||
/* Status.less */
|
||||
.ext-datamaps-container-status {
|
||||
font-size: var(--font-size-x-large);
|
||||
> :not( .oo-ui-widget ) {
|
||||
background: transparent;
|
||||
color: var(--color-subtle);
|
||||
}
|
||||
font-size: var( --font-size-x-large );
|
||||
|
||||
&[ data-severity='error' ] > :not( .oo-ui-widget ) {
|
||||
background: var(--background-color-destructive-subtle);
|
||||
color: var(--color-emphasized);
|
||||
}
|
||||
> :not( .oo-ui-widget ) {
|
||||
color: var( --color-subtle );
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
&[ data-severity='error' ] > :not( .oo-ui-widget ) {
|
||||
color: var( --color-emphasized );
|
||||
background: var( --background-color-destructive-subtle );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue