Skip to content

Commit

Permalink
Merge pull request #7196 from nextcloud/sharing-confirm-button
Browse files Browse the repository at this point in the history
Add confirmation button to share input
  • Loading branch information
MorrisJobke authored Mar 21, 2018
2 parents 24292be + 203bf51 commit 6f455d5
Show file tree
Hide file tree
Showing 3 changed files with 2,023 additions and 345 deletions.
12 changes: 10 additions & 2 deletions apps/files_sharing/css/sharetabview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,23 @@
top: 0px;
}

.shareTabView .shareWithRemoteInfo,
.shareTabView .shareWithConfirm,
.shareTabView .clipboardButton,
.shareTabView .linkPass .icon-loading-small {
position: absolute;
right: -7px;
top: -4px;
top: -2px;
padding: 14px;
}

.shareTabView .shareWithConfirm {
opacity: .5;
}

.shareTabView .shareWithField:focus ~ .shareWithConfirm {
opacity: 1;
}

.shareTabView .linkMore {
position: absolute;
right: -7px;
Expand Down
Loading

0 comments on commit 6f455d5

Please sign in to comment.