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

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