fix(LOY-128): add rounded filter chip variant
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
gap: var(--Space-x05);
|
||||
}
|
||||
|
||||
.Default {
|
||||
@@ -30,8 +31,31 @@
|
||||
border-color: var(--Border-Interactive-Selected);
|
||||
}
|
||||
|
||||
.FilterRounded {
|
||||
background-color: transparent;
|
||||
border: 1px solid var(--Border-Interactive-Selected);
|
||||
border-radius: var(--Corner-radius-rounded);
|
||||
padding: var(--Space-x025) var(--Space-x2);
|
||||
color: var(--Text-Default);
|
||||
}
|
||||
|
||||
.selected {
|
||||
border-color: transparent;
|
||||
background-color: var(--Surface-Brand-Primary-3-Default);
|
||||
color: var(--Text-Inverted);
|
||||
}
|
||||
|
||||
.large {
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
.medium {
|
||||
height: 32px;
|
||||
}
|
||||
|
||||
.Default:focus,
|
||||
.Outlined:focus {
|
||||
.Outlined:focus,
|
||||
.FilterRounded:focus {
|
||||
outline-offset: 4px;
|
||||
outline-color: var(--Border-Interactive-Focus);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user