2
0

fix: Improve Dropdown component accessibility (#35373)

This commit is contained in:
diondiondion
2025-07-15 09:52:34 +02:00
committed by David Roetzel
parent ef6f5f9357
commit a79dbf8334
4 changed files with 47 additions and 80 deletions

View File

@@ -3874,16 +3874,18 @@ a.account__display-name {
display: flex;
align-items: center;
gap: 8px;
width: 100%;
padding: 12px;
font-size: 16px;
font-weight: 400;
padding: 12px;
text-decoration: none;
overflow: hidden;
white-space: nowrap;
border: 0;
background: transparent;
color: $secondary-text-color;
background: transparent;
border: 0;
border-left: 4px solid transparent;
box-sizing: border-box;
&:hover,
&:focus,