From 61fdab294acae50081ed1c3eb7b52fe67d785d20 Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Tue, 16 Jun 2020 22:29:38 +0200 Subject: [PATCH] Fix ha-card outline box shadow in firefox (#6174) * Fix ha-card outline box shadow in firefox * Add fallback for markdown code background --- src/components/buttons/ha-progress-button.js | 3 +++ src/components/ha-card.ts | 2 +- src/components/ha-markdown.ts | 2 +- src/resources/ha-style.ts | 3 +++ 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/components/buttons/ha-progress-button.js b/src/components/buttons/ha-progress-button.js index 50212e9967..f9f7927172 100644 --- a/src/components/buttons/ha-progress-button.js +++ b/src/components/buttons/ha-progress-button.js @@ -8,6 +8,9 @@ class HaProgressButton extends PolymerElement { static get template() { return html`