diff --git a/src/components/ha-control-select-menu.ts b/src/components/ha-control-select-menu.ts index 7659675391..86bb5eeb8e 100644 --- a/src/components/ha-control-select-menu.ts +++ b/src/components/ha-control-select-menu.ts @@ -156,12 +156,12 @@ export class HaControlSelectMenu extends LitElement { font-size: var(--ha-font-size-m); line-height: 1.4; width: auto; - color: var(--primary-text-color); -webkit-tap-highlight-color: transparent; } .select-anchor { border: none; text-align: left; + color: var(--primary-text-color); height: var(--control-select-menu-height); padding: var(--control-select-menu-padding); overflow: hidden;