mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -05:00
Style focused pill
This commit is contained in:
parent
7e79cf274d
commit
70336ea45e
1 changed files with 6 additions and 0 deletions
|
@ -21,6 +21,12 @@
|
|||
&:hover {
|
||||
background: transparent;
|
||||
}
|
||||
&:focus-within {
|
||||
.token-pill {
|
||||
background-color: var(--button-primary-background-color-rest);
|
||||
color: var(--button-primary-foreground-color-rest);
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown-button {
|
||||
@include flexCenter;
|
||||
|
|
Loading…
Add table
Reference in a new issue