zotero/scss/zotero-unix.scss
Tom Najdek 3f91729141 collections tree redesign
- new icons
- new twisty (also for items tree)
- new mixin focus-states that can be re-used for less boilerplate
- dark/white compatible with tweaks for when tree is focused (these changes also affect items tree)
- removed macOS specific behaviour (blue-ish background, gradient for selected row)
- border-radius on highlight + spacing tweaks
- tweaked colors and fonts
- Support for "compact"/"comfortable"
2024-01-24 03:42:42 -05:00

23 lines
530 B
SCSS

@import "zotero";
//
// Linux specific
// --------------------------------------------------
@import "linux/about";
@import "linux/createParent";
@import "linux/editable";
@import "linux/errorReport";
@import "linux/feedSettings";
@import "linux/item-tree";
@import "linux/menupopup";
@import "linux/search";
@import "linux/tagsBox";
@import "linux/tagSelector";
@import "linux/virtualized-table";
// Elements
@import "linux/elements/itemBox";
@import "linux/elements/noteEditor";
@import "linux/elements/quickSearchTextbox";