Fix selected state for selected config entries (#21079)

This commit is contained in:
Paul Bottein 2024-06-13 18:26:45 +02:00 committed by GitHub
parent 56254ddf03
commit 29881c8bb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;