Legoktm has uploaded a new change for review. https://gerrit.wikimedia.org/r/237495
Change subject: Override padding for links in personal tools in Modern skin ...................................................................... Override padding for links in personal tools in Modern skin The flyout is now part of the personal tools, so Modern's styling of `#p-personal li a` now affects it. Override that for links in the flyout so it doesn't look super silly. Bug: T111825 Change-Id: Ie67ff2d7803362bd7214bade27383282620799b9 --- M modules/ooui/styles/mw.echo.ui.NotificationOptionWidget.modern.less 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo refs/changes/95/237495/1 diff --git a/modules/ooui/styles/mw.echo.ui.NotificationOptionWidget.modern.less b/modules/ooui/styles/mw.echo.ui.NotificationOptionWidget.modern.less index c1b53f3..1d93f74 100644 --- a/modules/ooui/styles/mw.echo.ui.NotificationOptionWidget.modern.less +++ b/modules/ooui/styles/mw.echo.ui.NotificationOptionWidget.modern.less @@ -6,3 +6,8 @@ text-decoration: none; } } + +// Override personal tools padding for links +#p-personal li .mw-echo-state a { + padding: 0 0 0 0; +} -- To view, visit https://gerrit.wikimedia.org/r/237495 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie67ff2d7803362bd7214bade27383282620799b9 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Echo Gerrit-Branch: master Gerrit-Owner: Legoktm <legoktm.wikipe...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits