Merge "Remove additional padding left on logout button"

This commit is contained in:
jenkins-bot 2019-09-24 21:55:17 +00:00 committed by Gerrit Code Review
commit 8d26958d78

View file

@ -50,6 +50,11 @@
overflow: hidden; overflow: hidden;
padding: @menuLinkLineHeight / 2 10px @menuLinkLineHeight / 2 15px; padding: @menuLinkLineHeight / 2 10px @menuLinkLineHeight / 2 15px;
// T233166
&.secondary-action {
padding-left: 10px;
}
&:hover { &:hover {
box-shadow: inset 4px 0 0 0 @colorProgressive; box-shadow: inset 4px 0 0 0 @colorProgressive;
text-decoration: none; text-decoration: none;