Remove unused SCSS variables + fix tertiary colour

This commit is contained in:
Travis Ralston 2020-07-17 16:11:29 -06:00
parent 40e4347114
commit 0e054c05c2
6 changed files with 1 additions and 48 deletions

View file

@ -127,13 +127,6 @@ $roomtile2-selected-bg-color: rgba(141, 151, 165, 0.2);
$notice-secondary-color: $roomlist-header-color;
$roomtile-selected-color: $text-primary-color;
$roomtile-notified-color: $text-primary-color;
$roomtile-selected-bg-color: $room-highlight-color;
$roomtile-focused-bg-color: $room-highlight-color;
$roomtile-transparent-focused-color: rgba(0, 0, 0, 0.1);
$panel-divider-color: transparent;
$widget-menu-bar-bg-color: $header-panel-bg-color;