From 0bb34830f8586d1f5ae154fa9193f6b7f142868f Mon Sep 17 00:00:00 2001 From: Paul Bottein Date: Thu, 13 Jun 2024 18:26:45 +0200 Subject: [PATCH] Fix selected state for selected config entries (#21079) --- .../config/integrations/ha-config-integration-page.ts | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/panels/config/integrations/ha-config-integration-page.ts b/src/panels/config/integrations/ha-config-integration-page.ts index 7a729dbff17e..dafa45cde08f 100644 --- a/src/panels/config/integrations/ha-config-integration-page.ts +++ b/src/panels/config/integrations/ha-config-integration-page.ts @@ -1414,14 +1414,17 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) { ha-alert:first-of-type { margin-top: 16px; } + ha-list-item-new { + position: relative; + } ha-list-item-new.discovered { height: 72px; } ha-list-item-new.config_entry::after { position: absolute; - top: 8px; + top: 0; right: 0; - bottom: 8px; + bottom: 0; left: 0; opacity: 0.12; pointer-events: none;