diff --git a/html/semantics/forms/the-select-element/customizable-select/resources/customizable-select-styles.css b/html/semantics/forms/the-select-element/customizable-select/resources/customizable-select-styles.css index 427ffe3e93d487..90ecced4f1ca28 100644 --- a/html/semantics/forms/the-select-element/customizable-select/resources/customizable-select-styles.css +++ b/html/semantics/forms/the-select-element/customizable-select/resources/customizable-select-styles.css @@ -60,7 +60,6 @@ border-radius: 0.5em; cursor: default; text-align: inherit; - /* TODO(crbug.com/41483940): Make display match the UA stylesheet. */ display: inline-flex; gap: 0.5em; overflow-x: hidden; diff --git a/html/semantics/forms/the-select-element/customizable-select/select-appearance-sizing-in-flex-ref.html b/html/semantics/forms/the-select-element/customizable-select/select-appearance-sizing-in-flex-ref.html index 66b27ea686ef28..c7f900e67591b1 100644 --- a/html/semantics/forms/the-select-element/customizable-select/select-appearance-sizing-in-flex-ref.html +++ b/html/semantics/forms/the-select-element/customizable-select/select-appearance-sizing-in-flex-ref.html @@ -13,6 +13,10 @@ select { appearance: base-select; } + + ::picker-icon { + display: none; + }