mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
Improve accessibility for people with red-green colourblindness (#22365)
This commit is contained in:
parent
946c8a59b4
commit
f8b3a429c6
@ -2,7 +2,8 @@ import "@material/mwc-button";
|
|||||||
import {
|
import {
|
||||||
mdiCheckCircle,
|
mdiCheckCircle,
|
||||||
mdiChip,
|
mdiChip,
|
||||||
mdiCircle,
|
mdiPlayCircle,
|
||||||
|
mdiCircleOffOutline,
|
||||||
mdiCursorDefaultClickOutline,
|
mdiCursorDefaultClickOutline,
|
||||||
mdiDocker,
|
mdiDocker,
|
||||||
mdiExclamationThick,
|
mdiExclamationThick,
|
||||||
@ -198,7 +199,7 @@ class HassioAddonInfo extends LitElement {
|
|||||||
"dashboard.addon_running"
|
"dashboard.addon_running"
|
||||||
)}
|
)}
|
||||||
class="running"
|
class="running"
|
||||||
.path=${mdiCircle}
|
.path=${mdiPlayCircle}
|
||||||
></ha-svg-icon>
|
></ha-svg-icon>
|
||||||
`
|
`
|
||||||
: html`
|
: html`
|
||||||
@ -207,7 +208,7 @@ class HassioAddonInfo extends LitElement {
|
|||||||
"dashboard.addon_stopped"
|
"dashboard.addon_stopped"
|
||||||
)}
|
)}
|
||||||
class="stopped"
|
class="stopped"
|
||||||
.path=${mdiCircle}
|
.path=${mdiCircleOffOutline}
|
||||||
></ha-svg-icon>
|
></ha-svg-icon>
|
||||||
`}
|
`}
|
||||||
`
|
`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user