Merge pull request #12388 from nextcloud/inline-input-confirm-margin-fix

Fix inline input confirm margin
This commit is contained in:
Morris Jobke 2018-11-11 23:34:33 +01:00 committed by GitHub
commit 63249616c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ input {
width: 34px;
padding: 7px 6px;
cursor: pointer;
margin-right: 0;
&:disabled {
cursor: default;
@include icon-color('confirm-fade', 'actions', $color-black, 2, true);