Merge pull request #4529 from nextcloud/fix-filelist-checkboxes

Fix filelist and checkbox vertical align
This commit is contained in:
Morris Jobke 2017-04-26 16:52:46 -03:00 committed by GitHub
commit 313c971bd5
1 changed files with 2 additions and 3 deletions

View File

@ -206,7 +206,6 @@ input {
height: 1px;
overflow: hidden;
+ label {
padding: 6px 0;
user-select: none;
}
&:disabled + label,
@ -220,8 +219,8 @@ input {
width: 12px;
vertical-align: middle;
border-radius: 50%;
margin: 6px;
margin-top: -2px;
margin: 3px;
margin-top: 1px;
border: 1px solid nc-lighten($color-main-text, 53%);
}
&:not(:disabled):not(:checked) + label:hover:before,