user_circles: Bump offline contrast in typeahead highlight.

This commit is contained in:
Karl Stolley
2025-05-09 11:34:30 -05:00
committed by Tim Abbott
parent fd49c20b58
commit e406b7a013
2 changed files with 10 additions and 0 deletions

View File

@@ -1609,6 +1609,10 @@
--color-user-circle-active: light-dark(#43a35e, #4cdc75);
--color-user-circle-idle: light-dark(#f5b266, #ae640a);
--color-user-circle-offline: light-dark(#bcc0cf, #545764);
--color-user-circle-offline-typeahead-highlight: light-dark(
#adb2c5,
#737582
);
--color-user-circle-deactivated: hsl(0deg 0% 50%);
--gradient-user-circle-idle: linear-gradient(
to right,

View File

@@ -109,6 +109,12 @@
color: var(--color-active-dropdown-item);
background-color: var(--background-color-active-typeahead-item);
}
& .user-circle-offline {
/* Ensure better contrast on highlighted
typeahead items. */
color: var(--color-user-circle-offline-typeahead-highlight);
}
}
.pronouns,