zotero/scss/zotero-mac.scss
Bogdan Abaev 13de06cd52 itemBox redesign
- Table structure rewrite to use grid layout instead
of the <table> component so that screen readers can see the content
- Added icons to mirror right-click actions
- Moved creator actions to the options menu
- Drag-drop to reorder creators
- Using editable-text instead of clicky component
- Consolidated autocomplete logic in one function
- Added @focus-ring to all components of the itemBox
- Fields are focusable and navigatable via keyboard in non-edit modes
- General refactoring to consolidate stylesheets across platforms
and remove code that's not more used (mainly related to handling old
clicky text component).
- Retractions panel background set for --material-background instead
of light pink in dark mode.
2024-01-24 23:31:52 -05:00

15 lines
268 B
SCSS

@import "zotero";
//
// MacOS specific
// --------------------------------------------------
@import "mac/createParent";
@import "mac/editable";
@import "mac/tabBar";
@import "mac/tabbox";
@import "mac/menupopup";
// Elements
@import "mac/elements/attachmentBox";