[Glitch] Improve legibility of account/hashtag autosuggest

Port caf0164f00 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
pull/2810/head
Michael Stanclift 2024-08-10 04:11:34 -05:00 committed by Claire
parent f441b280dc
commit d6e340b4dd
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;
}
}

View File

@ -622,3 +622,9 @@ a.sparkline {
.report-dialog-modal__textarea {
background: darken($ui-base-color, 10%);
}
.autosuggest-account {
.display-name__account {
color: $dark-text-color;
}
}