Changes for lbry-desktop #5

Merged
neb-b merged 3 commits from app-fixes into master 2019-02-14 00:33:40 +01:00
Showing only changes of commit 299e0e825d - Show all commits

View file

@ -149,8 +149,7 @@ checkbox-element {
input {
&[type="checkbox"] {
width: 0;
height: 0;
width: 0; height: 0;
visibility: hidden;
&:not(:checked) {
@ -194,8 +193,7 @@ radio-element {
input {
&[type="radio"] {
width: 0;
height: 0;
width: 0; height: 0;
visibility: hidden;
&:not(:checked) {