Task/colors-13 (#7271)

This commit is contained in:
Šimon Brandner 2021-12-03 10:23:38 +01:00 committed by GitHub
parent 4752cc184e
commit 390dde055a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 4 additions and 8 deletions

View file

@ -74,7 +74,6 @@ $menu-selected-color: $room-highlight-color;
// Settings
// ********************
$settings-grey-fg-color: #a2a2a2;
$settings-profile-overlay-placeholder-fg-color: #454545;
$settings-profile-button-bg-color: #e7e7e7;
$settings-subsection-fg-color: $text-secondary-color;
@ -85,6 +84,7 @@ $settings-subsection-fg-color: $text-secondary-color;
$roomheader-addroom-bg-color: rgba(92, 100, 112, 0.3);
$roomheader-addroom-fg-color: $primary-content;
// ********************
// Rich-text-editor
// ********************
$rte-room-pill-color: $room-highlight-color;
@ -147,7 +147,6 @@ $message-action-bar-hover-border-color: $header-panel-text-primary-color;
// Reaction row
// ********************
$reaction-row-button-border-color: $message-action-bar-border-color;
$reaction-row-button-hover-border-color: $header-panel-text-primary-color;
$reaction-row-button-selected-bg-color: #1f6954;
// ********************