zotero/scss/components/_locateManager.scss
Abe Jellinek 74b86a7033 Make macOS control normalization into a mixin (#4464)
And include in stylesheets that have been updated.

Have to make sure not to include this mixin in the global scope in
stylesheets that are themselves imported elsewhere (i.e., filename
begins with an underscore).
2024-07-31 01:35:31 -04:00

8 lines
138 B
SCSS

#zotero-locate-manager-prefs {
@include macOS-normalize-controls;
#button-bar, #button-bar > hbox {
display: flex;
gap: 6px;
}
}