Patch Fix for hidden poll choices and results on light theme.

This commit is contained in:
Dank Gabs 2019-07-16 17:09:47 -04:00
parent e3e98084e7
commit 601d91f73e
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
overflow: hidden;
text-overflow: ellipsis;
color: #fff;
body.theme-gabsocial-light & {color: $gab-default-text-light;}
input[type=radio],
input[type=checkbox] {
display: none;