Fix checkboxes on popover

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-10-26 17:54:44 +02:00
parent 06f46bd256
commit 419ddeacee
No known key found for this signature in database
GPG key ID: FB5ACEED51955BF8
2 changed files with 6 additions and 5 deletions

View file

@ -100,11 +100,6 @@
opacity: .5;
}
#shareWithList .shareOption.menuitem > label:before {
/* Checkboxes positionning */
margin: 0 12px !important;
}
#shareWithList .unshare {
padding: 1px 6px;
vertical-align: text-bottom;

View file

@ -864,6 +864,12 @@ kbd {
width: 16px;
padding: 0 10px;
}
> input.checkbox + label {
padding: 0 !important;
&::before {
margin: -2px 12px 0;
}
}
}
[class^='icon-'],
[class*=' icon-']{