42667e7090
This moves debouncing into the search component and adds cancel behavior from the XUL search textbox. For now, this uses the X button from Firefox.
26 lines
585 B
SCSS
26 lines
585 B
SCSS
//
|
|
// Zotero React Client
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Abstracts
|
|
// --------------------------------------------------
|
|
|
|
@import "abstracts/variables";
|
|
@import "abstracts/functions";
|
|
@import "abstracts/mixins";
|
|
@import "abstracts/placeholders";
|
|
@import "abstracts/utilities";
|
|
|
|
// Theme
|
|
// --------------------------------------------------
|
|
|
|
@import "themes/light";
|
|
|
|
// Components
|
|
// --------------------------------------------------
|
|
|
|
@import "components/button";
|
|
@import "components/icons";
|
|
@import "components/search";
|
|
@import "components/tag-selector";
|