Setup Assistant: Remove icons from check messages

Looks inconsistent across platforms, the text and color should be enough.
This commit is contained in:
Pablo Vazquez 2022-07-21 18:08:15 +02:00 committed by Francesco Siddi
parent 5709d4b1ed
commit 7510f75ad4

View File

@ -570,14 +570,6 @@ body.is-setup-assistant #app {
color: var(--color-check-failed);
}
.setup-container .check-ok::before {
content: "✔ ";
}
.setup-container .check-failed::before {
content: "❌ ";
}
.setup-container .blender-selector {
padding: 0.5em;
outline: thin solid var(--color-border);