Remove gauge card transparency on focus (#14789)

fixes undefined
This commit is contained in:
karwosts
2023-01-23 11:43:51 -08:00
committed by GitHub
parent fe2b4d9598
commit dfee6c9b5b

View File

@@ -270,7 +270,6 @@ class HuiGaugeCard extends LitElement implements LovelaceCard {
ha-card:focus {
outline: none;
background: var(--divider-color);
}
ha-gauge {