Remove additional padding left on logout button

Bug: T233166
Change-Id: Ib51bb9c77d47a78a0b3f02a52fd169a5c06820bf
This commit is contained in:
jdlrobson 2019-09-24 13:38:13 -07:00
parent d6a4315f2c
commit d0c0cad942

View file

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