zotero/scss/mac/elements/_attachmentBox.scss
Abe Jellinek 94c5717052 fx-compat: Add missing element selectors to platform SCSS
Follow-up to 6b819e259c: fixes element-specific
selectors mistakenly being applied globally, and some selectors not having the
intended effect because of lower specificity.
2023-04-03 16:38:31 -04:00

6 lines
67 B
SCSS

attachment-box {
td:first-child > label
{
color: #7f7f7f;
}
}