Skip to content

Commit 965c13d

Browse files
lukewarlownt1m
authored andcommitted
[css-forms-1] Add user-select: none to button-like stylesheet
1 parent 34931f6 commit 965c13d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

css-forms-1/Overview.bs

+2
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,8 @@ input[type="color"] {
726726
* in between it and the text. */
727727
display: inline-flex;
728728
gap: 1em;
729+
730+
user-select: none;
729731
}
730732
:is(button, select, input[type="color"]):enabled:hover,
731733
:enabled::file-selector-button:hover {

0 commit comments

Comments
 (0)