Patch Fix for hidden poll choices and results on light theme.
This commit is contained in:
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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user