zotero/scss/_zotero-react-client.scss
Dan Stillman 42667e7090 Switch to Search component in tag selector and support X/Esc to clear
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.
2019-03-20 07:15:55 -04:00

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";