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"
This commit is contained in:
Tom Najdek 2023-10-24 08:36:56 +02:00 committed by Dan Stillman
parent 78d82d22cc
commit 3f91729141
63 changed files with 402 additions and 246 deletions

View file

@ -1,8 +0,0 @@
#zotero-collections-tree-container {
margin-bottom: -1px;
}
#zotero-collections-tree .virtualized-table .row {
height: 1.333em;
}