jenkins-bot has submitted this change and it was merged. Change subject: Make menu option look interactive by changing background color on hover ......................................................................
Make menu option look interactive by changing background color on hover Color taken from https://phabricator.wikimedia.org/M55 Though a different kind of dropdown the same color should be used here. Bug: T97755 Change-Id: I0914676a5bc1cd8c6ff2b9045b0632aaf66b43e1 --- M modules/styles/common.less 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Mattflaschen: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/styles/common.less b/modules/styles/common.less index 6378011..cbf982a 100644 --- a/modules/styles/common.less +++ b/modules/styles/common.less @@ -12,6 +12,10 @@ list-style: none; margin: 0; padding: 0; + + li:hover { + background: #eee; + } } // Box-sizing: border-box is default in the Flow world -- To view, visit https://gerrit.wikimedia.org/r/210648 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0914676a5bc1cd8c6ff2b9045b0632aaf66b43e1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Flow Gerrit-Branch: master Gerrit-Owner: Prtksxna <psax...@wikimedia.org> Gerrit-Reviewer: Mattflaschen <mflasc...@wikimedia.org> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits