Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix colour regressions #11273

Merged
merged 4 commits into from
Jul 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion res/css/views/messages/_MNoticeBody.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ limitations under the License.

.mx_MNoticeBody {
white-space: pre-wrap;
opacity: 0.6;
color: $secondary-content;
}
2 changes: 1 addition & 1 deletion res/css/views/messages/_MediaBody.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ limitations under the License.
/* have unique styles). */

.mx_MediaBody {
background-color: $quinary-content;
background-color: $panels;
border-radius: 12px;
max-width: 243px; /* use max-width instead of width so it fits within right panels */

Expand Down
2 changes: 1 addition & 1 deletion res/css/views/rooms/_EventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ $left-gutter: 64px;
&.mx_EventTile_highlight,
&.mx_EventTile_highlight .markdown-body,
&.mx_EventTile_highlight .mx_EventTile_edited {
color: $primary-content;
color: $alert;
}

&.mx_EventTile_bubbleContainer {
Expand Down
2 changes: 1 addition & 1 deletion res/themes/legacy-light/css/_legacy-light.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ $neutral-badge-color: #dbdbdb;

$preview-widget-bar-color: #ddd;

$blockquote-bar-color: #ddd;
$blockquote-bar-color: var(--cpd-color-border-interactive-primary);

$settings-grey-fg-color: #a2a2a2;
$settings-subsection-fg-color: #61708b;
Expand Down
4 changes: 2 additions & 2 deletions res/themes/light/css/_light.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ $muted-fg-color: #61708b;
$light-fg-color: #747474;
$focus-bg-color: $preview-widget-bar-color;
$info-plinth-bg-color: #f7f7f7;
$event-selected-color: #f6f7f8;
$event-selected-color: var(--cpd-color-bg-subtle-secondary);
$topleftmenu-color: #212121;
$roomtopic-color: #9e9e9e;
$spacePanel-bg-color: rgba(232, 232, 232, 0.77);
Expand All @@ -115,7 +115,7 @@ $header-panel-text-primary-color: #91a1c0;

/* Blockquote */
/* ******************** */
$blockquote-bar-color: $focus-bg-color;
$blockquote-bar-color: var(--cpd-color-border-interactive-primary);
/* ******************** */

/* Tooltip */
Expand Down