Merge branch '37530-fix-skip-to-content-alignment' into 'master'
Fix alignment for Skip to content action Closes #37530 See merge request !14101
This commit is contained in:
commit
b5e29a47e0
1 changed files with 2 additions and 1 deletions
|
@ -412,11 +412,12 @@ table {
|
|||
|
||||
.gl-accessibility {
|
||||
&:focus {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
top: 1px;
|
||||
left: 1px;
|
||||
width: auto;
|
||||
height: 100%;
|
||||
line-height: 50px;
|
||||
padding: 0 10px;
|
||||
clip: auto;
|
||||
text-decoration: none;
|
||||
|
|
Loading…
Reference in a new issue