Skip to content

Commit

Permalink
Merge pull request #598 from maxwroc/FixMissingPointer
Browse files Browse the repository at this point in the history
Fixed missing mouse pointer when tap_action present on battery-state-entity
  • Loading branch information
maxwroc authored Nov 14, 2023
2 parents 853d9b8 + 48daa0f commit 52ff6c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 3 additions & 0 deletions src/custom-elements/shared.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@

:host(.clickable),
.clickable {
cursor: pointer;
}



.truncate {
white-space: nowrap;
text-overflow: ellipsis;
Expand Down

0 comments on commit 52ff6c8

Please sign in to comment.