Commit b16730fc authored by Clement Ho's avatar Clement Ho

Merge branch '33208-singup-active-state-underline' into 'master'

Fixes sign up active state underline misalignment

Closes #33208

See merge request !11890
parents ac9c3da0 95e65684
...@@ -128,6 +128,7 @@ ...@@ -128,6 +128,7 @@
a { a {
width: 100%; width: 100%;
font-size: 18px; font-size: 18px;
margin-right: 0;
&:hover { &:hover {
border: 1px solid transparent; border: 1px solid transparent;
...@@ -140,6 +141,7 @@ ...@@ -140,6 +141,7 @@
a { a {
border: none; border: none;
border-bottom: 2px solid $link-underline-blue; border-bottom: 2px solid $link-underline-blue;
margin-right: 0;
color: $black; color: $black;
&:hover { &:hover {
......
---
title: Fixes "sign in / Register" active state underline misalignment
merge_request: 11890
author: Frank Sierra
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment