mirror of
https://github.com/Matysh/houseplan-card
synced 2026-07-31 08:28:31 +00:00
ux v1.2.1: no icon scaling on hover/drag
This commit is contained in:
@@ -252,7 +252,6 @@ const I=globalThis,M=I.ShadowRoot&&(void 0===I.ShadyCSS||I.ShadyCSS.nativeShadow
|
|||||||
.dev:hover {
|
.dev:hover {
|
||||||
background: var(--hp-accent);
|
background: var(--hp-accent);
|
||||||
color: var(--text-primary-color, #fff);
|
color: var(--text-primary-color, #fff);
|
||||||
transform: scale(1.35);
|
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
.dev.on {
|
.dev.on {
|
||||||
|
|||||||
Vendored
-1
@@ -252,7 +252,6 @@ const I=globalThis,M=I.ShadowRoot&&(void 0===I.ShadyCSS||I.ShadyCSS.nativeShadow
|
|||||||
.dev:hover {
|
.dev:hover {
|
||||||
background: var(--hp-accent);
|
background: var(--hp-accent);
|
||||||
color: var(--text-primary-color, #fff);
|
color: var(--text-primary-color, #fff);
|
||||||
transform: scale(1.35);
|
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
.dev.on {
|
.dev.on {
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "houseplan-card",
|
"name": "houseplan-card",
|
||||||
"version": "1.2.0",
|
"version": "1.2.1",
|
||||||
"description": "Interactive house plan Lovelace card for Home Assistant (dacha Kirillovskoe)",
|
"description": "Interactive house plan Lovelace card for Home Assistant (dacha Kirillovskoe)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ import { FLOOR_BG, FLOOR_BG_RECT } from './data/backgrounds';
|
|||||||
import { EXCLUDED_DOMAINS, GROUP_TITLES, iconFor, DOMAIN_PRIORITY } from './rules';
|
import { EXCLUDED_DOMAINS, GROUP_TITLES, iconFor, DOMAIN_PRIORITY } from './rules';
|
||||||
import './editor';
|
import './editor';
|
||||||
|
|
||||||
const CARD_VERSION = '1.2.0';
|
const CARD_VERSION = '1.2.1';
|
||||||
const LS_KEY = 'houseplan_card_layout_v1';
|
const LS_KEY = 'houseplan_card_layout_v1';
|
||||||
|
|
||||||
interface DevItem {
|
interface DevItem {
|
||||||
@@ -810,7 +810,6 @@ class HouseplanCard extends LitElement {
|
|||||||
.dev:hover {
|
.dev:hover {
|
||||||
background: var(--hp-accent);
|
background: var(--hp-accent);
|
||||||
color: var(--text-primary-color, #fff);
|
color: var(--text-primary-color, #fff);
|
||||||
transform: scale(1.35);
|
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
}
|
}
|
||||||
.dev.on {
|
.dev.on {
|
||||||
|
|||||||
Reference in New Issue
Block a user