jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  Mooeypoo: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ie67ff2d7803362bd7214bade27383282620799b9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Legoktm <[email protected]>
Gerrit-Reviewer: Mooeypoo <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to