Skip to content

Commit edbee36

Browse files
committed
[TASK] glitch fix
1 parent a80bc69 commit edbee36

File tree

4 files changed

+3
-8
lines changed

4 files changed

+3
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Version - 0.8.0](https://img.shields.io/badge/Version-0.8.0-009688?style=for-the-badge)](https://github.com/KartoffelToby/better-thermostat-ui-card)
1+
[![Version - 0.8.1](https://img.shields.io/badge/Version-0.8.1-009688?style=for-the-badge)](https://github.com/KartoffelToby/better-thermostat-ui-card)
22
[![Discord](https://img.shields.io/discord/925725316540923914.svg?style=for-the-badge)](https://discord.gg/9BUegWTG3K)
33
[![hacs_badge](https://img.shields.io/badge/HACS-Default-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration)
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-thermostat-ui",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Lovelace better-thermostat-ui",
55
"keywords": [
66
"home-assistant",

src/const.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const CARD_VERSION = '0.8.0';
1+
export const CARD_VERSION = '0.8.1';

src/round-slider.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,9 +462,6 @@ import {
462462
?disabled=${this.disabled}
463463
focusable="false"
464464
>
465-
<filter id="shadow-svg">
466-
<feDropShadow dx="2" dy="2" stdDeviation="3" flood-color="cyan" flood-opacity="1"/>
467-
</filter>
468465
<g class="slider">
469466
<path
470467
class="path"
@@ -503,8 +500,6 @@ import {
503500
: svg`${this._renderHandle("value")}${this._renderHandle("current")}`
504501
: ``}
505502
</g>
506-
<use filter="url(#shadow-svg)" xlink:href="#current"/>
507-
<use filter="url(#shadow-svg)" xlink:href="#value"/>
508503
</svg>
509504
`;
510505
}

0 commit comments

Comments
 (0)