0
0
Fork 0

Improve legibility of account/hashtag autosuggest (#31361)

This commit is contained in:
Michael Stanclift 2024-08-10 04:11:34 -05:00 committed by GitHub
parent 28411acebb
commit caf0164f00
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 16 additions and 3 deletions

View file

@ -426,10 +426,17 @@ body > [data-popper-placement] {
&:hover,
&:focus,
&:active,
&:active {
background: var(--dropdown-border-color);
.autosuggest-account .display-name__account {
color: inherit;
}
}
&.selected {
background: $ui-highlight-color;
color: $primary-text-color;
color: $ui-button-color;
.autosuggest-account .display-name__account {
color: inherit;
@ -465,7 +472,7 @@ body > [data-popper-placement] {
display: block;
line-height: 16px;
font-size: 12px;
color: $dark-text-color;
color: $ui-primary-color;
}
}