feat: multi-select component (#5486)
* start multiselect component * update styles * small fix * fix padding and styles * add border bottom on sticky items * add border bottom to search as well * fix select all showing line * use multi-select component for languages field * add no options story for empty state * fix height
This commit is contained in:
@@ -158,11 +158,11 @@ h3 {
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: var(--color-button-bg);
|
||||
background: var(--color-scrollbar);
|
||||
}
|
||||
|
||||
// Firefox scrollbar
|
||||
* {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--color-button-bg) transparent;
|
||||
scrollbar-color: var(--color-scrollbar) transparent;
|
||||
}
|
||||
|
||||
@@ -320,7 +320,7 @@ html {
|
||||
|
||||
--color-button-bg: var(--surface-4);
|
||||
--color-button-border: rgba(193, 190, 209, 0.12);
|
||||
--color-scrollbar: var(--color-button-bg);
|
||||
--color-scrollbar: var(--surface-5);
|
||||
|
||||
--color-divider: var(--color-button-bg);
|
||||
--color-divider-dark: #646c75;
|
||||
|
||||
Reference in New Issue
Block a user