From 4b81afc7cb10a913aac8f9edc30063169771a735 Mon Sep 17 00:00:00 2001 From: Max Chodorowski Date: Tue, 14 Nov 2023 17:58:44 +0000 Subject: [PATCH 1/2] Fixed missing mouse pointer when tap_action present --- src/custom-elements/shared.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/custom-elements/shared.css b/src/custom-elements/shared.css index 4f8b7e49..c0719f7d 100644 --- a/src/custom-elements/shared.css +++ b/src/custom-elements/shared.css @@ -1,8 +1,11 @@ +:host(.clickable), .clickable { cursor: pointer; } + + .truncate { white-space: nowrap; text-overflow: ellipsis; From 48daa0f90c6e12c56178f8c8bfc0b668c8257778 Mon Sep 17 00:00:00 2001 From: Max Chodorowski Date: Tue, 14 Nov 2023 18:01:13 +0000 Subject: [PATCH 2/2] Bumped version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42b7ed8e..2b26d35b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "battery-state-card", - "version": "3.0.1", + "version": "3.0.2", "description": "Battery State card for Home Assistant", "main": "dist/battery-state-card.js", "author": "Max Chodorowski",