Supress eslint error

This commit is contained in:
alistair3149 2019-12-28 16:32:44 -05:00
parent 4665f1164e
commit e982e0e05f
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
// 500px or below will break the message box, +40px margin // 500px or below will break the message box, +40px margin
@media only screen and ( max-width: 540px ) { @media only screen and ( max-width: 540px ) {
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup { .mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
left: 0!important; left: 0 !important;
> .oo-ui-popupWidget-popup { > .oo-ui-popupWidget-popup {
width: auto !important; width: auto !important;

View file

@ -65,7 +65,7 @@
@media ( prefers-color-scheme: dark ) { @media ( prefers-color-scheme: dark ) {
.oo-ui-pendingElement-pending { .oo-ui-pendingElement-pending {
filter: invert( 1 ) hue-rotate(180deg); filter: invert( 1 ) hue-rotate( 180deg );
} }
.oo-ui-buttonElement-frameless { .oo-ui-buttonElement-frameless {