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
This commit is contained in:
Kunal Mehta 2015-09-10 13:41:18 -07:00
parent 957c2b0c98
commit 5c49d1482b

View file

@ -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;
}