Patch Fix for bar background colors for polls.

Polls need a tighter design overall, especially when one bar shows 0%.
This commit is contained in:
Dank Gabs 2019-07-10 17:19:06 -04:00
parent d9d8721655
commit b7da0b3d38

View File

@ -15,11 +15,8 @@
height: 100%; height: 100%;
display: inline-block; display: inline-block;
border-radius: 4px; border-radius: 4px;
background: darken($ui-primary-color, 14%); background: rgba($gab-placeholder-accent, .3);
&.leading {background: rgba($gab-placeholder-accent, .6);}
&.leading {
background: $ui-highlight-color;
}
} }
&__text { &__text {
@ -31,7 +28,7 @@
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
color: #fff;
input[type=radio], input[type=radio],
input[type=checkbox] { input[type=checkbox] {
display: none; display: none;