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