mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -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 {
|
&: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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue