🐛 Fix text color on tooltip (#9851)

This commit is contained in:
Eva Marco 2026-05-26 16:13:58 +02:00 committed by GitHub
parent 02ab41f420
commit 0eb8cabd39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -83,3 +83,7 @@
.option-name {
@include text-ellipsis;
}
.token-name-tooltip {
color: var(--color-foreground-primary);
}

View File

@ -69,10 +69,6 @@
inline-size: inherit;
}
.token-name-tooltip {
color: var(--color-foreground-primary);
}
.detach-button {
flex-shrink: 0;
inline-size: 0;