mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-24 14:23:53 +00:00
Merge "Remove additional padding left on logout button"
This commit is contained in:
commit
8d26958d78
|
@ -50,6 +50,11 @@
|
|||
overflow: hidden;
|
||||
padding: @menuLinkLineHeight / 2 10px @menuLinkLineHeight / 2 15px;
|
||||
|
||||
// T233166
|
||||
&.secondary-action {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
box-shadow: inset 4px 0 0 0 @colorProgressive;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in a new issue