Apparently Safari supports hyphens inside textareas
It's nice that they do but it's not expected or particularly nice when you're actually writing
This commit is contained in:
@@ -328,9 +328,13 @@
|
||||
color: var(--splat-color);
|
||||
}
|
||||
|
||||
textarea::selection {
|
||||
background-color: var(--bubble-color);
|
||||
color: var(--color-ink-reversed);
|
||||
textarea {
|
||||
hyphens: none;
|
||||
|
||||
&::selection {
|
||||
background-color: var(--bubble-color);
|
||||
color: var(--color-ink-reversed);
|
||||
}
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
|
||||
Reference in New Issue
Block a user