Remove droptarget colors

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-02-26 08:12:38 +01:00
parent 172cc01f7d
commit 3e0558f4d9
No known key found for this signature in database
GPG key ID: 9760693FDD98A790
2 changed files with 0 additions and 6 deletions

View file

@ -42,9 +42,6 @@ $preview-bar-bg-color: $header-panel-bg-color;
$groupFilterPanel-bg-color: rgba(38, 39, 43, 0.82);
$inverted-bg-color: $base-color;
// used by RoomDropTarget
$droptarget-bg-color: rgba(21,25,30,0.95);
// used by AddressSelector
$selected-color: $room-highlight-color;

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.95);
// used by AddressSelector
$selected-color: $secondary-accent-color;