Merge branch '33208-singup-active-state-underline' into 'master'
Fixes sign up active state underline misalignment Closes #33208 See merge request !11890
This commit is contained in:
commit
b16730fc83
2 changed files with 6 additions and 0 deletions
|
@ -128,6 +128,7 @@
|
|||
a {
|
||||
width: 100%;
|
||||
font-size: 18px;
|
||||
margin-right: 0;
|
||||
|
||||
&:hover {
|
||||
border: 1px solid transparent;
|
||||
|
@ -140,6 +141,7 @@
|
|||
a {
|
||||
border: none;
|
||||
border-bottom: 2px solid $link-underline-blue;
|
||||
margin-right: 0;
|
||||
color: $black;
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Fixes "sign in / Register" active state underline misalignment
|
||||
merge_request: 11890
|
||||
author: Frank Sierra
|
Loading…
Reference in a new issue