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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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