mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 10:16:46 +00:00
Grayscale Integration logos when ignored (#5748)
This commit is contained in:
parent
9ebee02727
commit
da392912b3
@ -619,6 +619,9 @@ class HaConfigIntegrations extends SubscribeMixin(LitElement) {
|
||||
.ignored {
|
||||
border: 1px solid var(--light-theme-disabled-color);
|
||||
}
|
||||
.ignored img {
|
||||
filter: grayscale(1);
|
||||
}
|
||||
.ignored .header {
|
||||
background: var(--light-theme-disabled-color);
|
||||
color: var(--text-primary-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user