mediawiki-skins-Citizen/skinStyles/extensions/Flow/ext.flow.styles.base.less
alistair3149 f72af5e76d
Improve CI and code clean up (#143)
* Replace existing grunt linter

* Fix stylesheet issues picked up by stylelint

* Update the git workflow

* Fix incorrect slash in workflow file

* Github CI lint - eslint/stylelint

* Clean up composer

* Fix phpcb error

* MediaWiki CI

* Change commit message

* Update status badge

* Add JSDoc

* Add SVGO

* Make a dinner reservation - MediaWiki CI

I clean up code to MediaWiki standards

* Optimize SVG files with SVGO

Co-authored-by: github-actions <github-actions@users.noreply.github.com>
2020-06-16 22:49:41 -04:00

57 lines
1.1 KiB
Plaintext

/*
* Citizen - Flow Styles Base
* https://starcitizen.tools
*/
@import '../../../resources/variables.less';
@media ( prefers-color-scheme: dark ) {
.flow-component {
.flow-list {
li:hover {
background: @dark-bg-20;
}
}
.mw-ui-icon-before:before,
.oo-ui-indicatorElement-indicator,
.oo-ui-iconElement-icon {
filter: invert( 1 ) hue-rotate( 180deg );
}
.flow-menu {
.mw-ui-button.mw-ui-quiet {
color: @dark-text-90;
}
}
}
.flow-revision-content {
background-color: @dark-bg-20;
color: @dark-text-70;
}
.flow-no-more,
.flow-undo {
color: @dark-text-70;
}
.flow-ui-boardDescriptionWidget-editButton.oo-ui-widget.oo-ui-buttonElement .oo-ui-buttonElement-button {
border-color: transparent;
}
.flow-component.flow-board-page {
.flow-board-header {
background-color: @dark-bg-10;
box-shadow: -2px 0 0 0 rgba( 0, 0, 0, 0.1 );
}
}
.flow-component.flow-board-page.flow-full-height-side-rail {
.flow-board-header:before {
background-color: @dark-bg-10;
box-shadow: -2px 0 0 0 rgba( 0, 0, 0, 0.1 );
}
}
}