Prtksxna has uploaded a new change for review. https://gerrit.wikimedia.org/r/218845
Change subject: DropdownWidget: Add white background in MediaWiki theme ...................................................................... DropdownWidget: Add white background in MediaWiki theme DropdownWidget merged with the background when used with the MediaWiki theme- https://phabricator.wikimedia.org/F180180 Change-Id: I5fe1a6a2ca34b42579a9164b81f986bf22b359ee --- M src/themes/mediawiki/widgets.less 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/45/218845/1 diff --git a/src/themes/mediawiki/widgets.less b/src/themes/mediawiki/widgets.less index d2e3ee9..66544fd 100644 --- a/src/themes/mediawiki/widgets.less +++ b/src/themes/mediawiki/widgets.less @@ -105,6 +105,7 @@ margin: 0.25em 0; width: 100%; max-width: 50em; + background: #fff; .oo-ui-inline-spacing(0.5em); -- To view, visit https://gerrit.wikimedia.org/r/218845 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I5fe1a6a2ca34b42579a9164b81f986bf22b359ee Gerrit-PatchSet: 1 Gerrit-Project: oojs/ui Gerrit-Branch: master Gerrit-Owner: Prtksxna <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
