3f91729141
- 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"
20 lines
427 B
SCSS
20 lines
427 B
SCSS
@import "zotero";
|
|
|
|
//
|
|
// MacOS specific
|
|
// --------------------------------------------------
|
|
|
|
@import "mac/button";
|
|
@import "mac/createParent";
|
|
@import "mac/editable";
|
|
@import "mac/mainWindow";
|
|
@import "mac/search";
|
|
@import "mac/tabBar";
|
|
@import "mac/tag-selector";
|
|
@import "mac/virtualized-table";
|
|
|
|
// Elements
|
|
|
|
@import "mac/elements/attachmentBox";
|
|
@import "mac/elements/itemBox";
|
|
@import "mac/elements/quickSearchTextbox";
|