Skip to content
Snippets Groups Projects
Unverified Commit 5b50c2cb authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Add muted style for polls in web UI (#10248)

parent da45b8b4
No related branches found
No related tags found
No related merge requests found
......@@ -190,3 +190,15 @@
color: darken($simple-background-color, 14%);
}
}
.muted .poll {
color: $dark-text-color;
&__chart {
background: rgba(darken($ui-primary-color, 14%), 0.2);
&.leading {
background: rgba($ui-highlight-color, 0.2);
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment