0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 14:12:36 -05:00

Style focused pill

This commit is contained in:
Florian Schroedl 2024-05-22 14:26:37 +02:00
parent 7e79cf274d
commit 70336ea45e

View file

@ -21,6 +21,12 @@
&:hover { &:hover {
background: transparent; background: transparent;
} }
&:focus-within {
.token-pill {
background-color: var(--button-primary-background-color-rest);
color: var(--button-primary-foreground-color-rest);
}
}
.dropdown-button { .dropdown-button {
@include flexCenter; @include flexCenter;