mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Fix selected state for selected config entries (#21079)
This commit is contained in:
parent
4a8bb5034d
commit
0bb34830f8
@ -1414,14 +1414,17 @@ class HaConfigIntegrationPage extends SubscribeMixin(LitElement) {
|
|||||||
ha-alert:first-of-type {
|
ha-alert:first-of-type {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
}
|
}
|
||||||
|
ha-list-item-new {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
ha-list-item-new.discovered {
|
ha-list-item-new.discovered {
|
||||||
height: 72px;
|
height: 72px;
|
||||||
}
|
}
|
||||||
ha-list-item-new.config_entry::after {
|
ha-list-item-new.config_entry::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 8px;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 8px;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
opacity: 0.12;
|
opacity: 0.12;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user