Make a dinner reservation - MediaWiki CI

I clean up code to MediaWiki standards
This commit is contained in:
github-actions 2020-10-13 01:26:21 +00:00
parent 3c3e4159c4
commit 49c91ba3fe
2 changed files with 3 additions and 4 deletions

View file

@ -21,7 +21,7 @@
mw.flow.ui.EditorWidget.less
*/
.flow-ui-editorWidget > .flow-ui-editorWidget-editor,
.flow-ui-editorWidget > .flow-ui-editorWidget-editor:not(.oo-ui-pendingElement-pending) {
.flow-ui-editorWidget > .flow-ui-editorWidget-editor:not( .oo-ui-pendingElement-pending ) {
background-color: @dark-bg-10;
border-color: @dark-bg-30;
}

View file

@ -178,7 +178,6 @@
background-color: rgba( 41, 98, 204, 0.1 );
color: @dark-text-100;
}
background-color: @accent-10;
}
@ -260,7 +259,7 @@
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link,
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link {
background-color: @dark-bg-30;;
border-color: @dark-bg-30;;
background-color: @dark-bg-30;
border-color: @dark-bg-30;
}
}