zotero/scss/mac/components/_input.scss
Abe Jellinek e4878052aa fx140: Add draft macOS native-like textarea style
Firefox doesn't use any native textareas anymore, so I guess they just
removed/broke native textarea rendering.
2025-07-30 22:30:55 -04:00

7 lines
182 B
SCSS

// TODO: Fx140: Give this a border/shadow when not :focus-visible?
:where(textarea:not([no-native])) {
appearance: none;
border: none;
border-radius: 2px;
@include focus-ring;
}