mirror of
https://github.com/penpot/penpot.git
synced 2026-05-30 04:08:08 +00:00
🐛 Fix text color on tooltip (#9851)
This commit is contained in:
parent
02ab41f420
commit
0eb8cabd39
@ -83,3 +83,7 @@
|
||||
.option-name {
|
||||
@include text-ellipsis;
|
||||
}
|
||||
|
||||
.token-name-tooltip {
|
||||
color: var(--color-foreground-primary);
|
||||
}
|
||||
|
||||
@ -69,10 +69,6 @@
|
||||
inline-size: inherit;
|
||||
}
|
||||
|
||||
.token-name-tooltip {
|
||||
color: var(--color-foreground-primary);
|
||||
}
|
||||
|
||||
.detach-button {
|
||||
flex-shrink: 0;
|
||||
inline-size: 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user