We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7519382 commit 498acc0Copy full SHA for 498acc0
third_party/blink/renderer/core/html/resources/customizable_select.css
@@ -30,8 +30,9 @@ select:not(:-internal-list-box) {
30
display: -internal-appearance-auto-base-select(inline-block, inline-flex);
31
gap: -internal-appearance-auto-base-select(initial, 0.5em);
32
border-radius: -internal-appearance-auto-base-select(0, 0.5em);
33
-
34
align-items: -internal-appearance-auto-base-select(center, unset);
+ /* https://github.com/whatwg/html/issues/10876 */
35
+ user-select: -internal-appearance-auto-base-select(auto, none);
36
}
37
38
select:not(:-internal-list-box) > button:first-child {
0 commit comments