1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Merge pull request #1261 from josephnle/drag-and-drop-avatar-upload

Add drag and drop avatar uploading
This commit is contained in:
Toby Zerner
2017-11-13 01:33:29 +02:00
committed by GitHub
2 changed files with 83 additions and 22 deletions

View File

@@ -17,7 +17,10 @@
.AvatarEditor--noAvatar {
opacity: 0.7;
}
&:hover .Dropdown-toggle, &.open .Dropdown-toggle, &.loading .Dropdown-toggle {
&:hover .Dropdown-toggle,
&.open .Dropdown-toggle,
&.loading .Dropdown-toggle,
&.dragover .Dropdown-toggle {
opacity: 1;
}
.LoadingIndicator {