Merge pull request #5505 from SimonBrandner/improve-file-drop-ui

File drop UI fixes and improvements
This commit is contained in:
Travis Ralston 2021-03-04 20:30:45 -07:00 committed by GitHub
commit 676259e78c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 89 additions and 73 deletions

View file

@ -67,9 +67,6 @@ $groupFilterPanel-bg-color: rgba(232, 232, 232, 0.77);
// used by RoomDirectory permissions
$plinth-bg-color: $secondary-accent-color;
// used by RoomDropTarget
$droptarget-bg-color: rgba(255,255,255,0.5);
// used by AddressSelector
$selected-color: $secondary-accent-color;