Skip to content

Commit

Permalink
Remove addition of left-edge highlight on message mentions
Browse files Browse the repository at this point in the history
It is clear that it would be best for me to address
this piece in a separate PR.
  • Loading branch information
taffyko committed Oct 23, 2024
1 parent 05bd8a2 commit 6aa1b2e
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 13 deletions.
8 changes: 0 additions & 8 deletions res/css/views/rooms/_EventTile.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -578,14 +578,6 @@ $left-gutter: 64px;
padding-inline-start: calc(var(--EventTile_group_line-spacing-inline-start) + 20px);
}
}

&.mx_EventTile_highlight,
&.mx_EventTile_highlight .markdown-body {
> .mx_EventTile_line {
box-shadow: inset var(--EventTile-box-shadow-offset-x) 0 0 var(--EventTile-box-shadow-spread-radius)
$event-highlight-edge-color;
}
}
}

&[data-layout="bubble"] {
Expand Down
1 change: 0 additions & 1 deletion res/themes/dark/css/_dark.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ $spacePanel-bg-color: rgba(38, 39, 43, 0.82);
$panel-gradient: rgba(34, 38, 46, 0), rgba(34, 38, 46, 1);
$h3-color: $primary-content;
$event-highlight-bg-color: #25271f;
$event-highlight-edge-color: #f0b132;
$header-panel-text-primary-color: $text-secondary-color;
/* ******************** */

Expand Down
1 change: 0 additions & 1 deletion res/themes/legacy-dark/css/_legacy-dark.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ $widget-menu-bar-bg-color: $header-panel-bg-color;
$widget-body-bg-color: #1a1d23;

$event-highlight-bg-color: #25271f;
$event-highlight-edge-color: #f0b132;

/* event timestamp */
$event-timestamp-color: $text-secondary-color;
Expand Down
1 change: 0 additions & 1 deletion res/themes/legacy-light/css/_legacy-light.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ $widget-body-bg-color: #fff;
$yellow-background: #fff8e3;

$event-highlight-bg-color: $yellow-background;
$event-highlight-edge-color: var(--cpd-color-yellow-500);

/* event timestamp */
$event-timestamp-color: #acacac;
Expand Down
1 change: 0 additions & 1 deletion res/themes/light-custom/css/_custom.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ $button-danger-disabled-bg-color: var(--warning-color-50pct); /* still needs alp
/* --timeline-highlights-color */
$event-selected-color: var(--timeline-highlights-color);
$event-highlight-bg-color: var(--timeline-highlights-color);
$event-highlight-edge-color: var(--timeline-highlights-color);

/* redirect some variables away from their hardcoded values in the light theme */
$settings-grey-fg-color: $primary-content;
Expand Down
1 change: 0 additions & 1 deletion res/themes/light/css/_light.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ $spacePanel-bg-color: rgba(232, 232, 232, 0.77);
$panel-gradient: rgba(242, 245, 248, 0), rgba(242, 245, 248, 1);
$h3-color: #3d3b39;
$event-highlight-bg-color: $yellow-background;
$event-highlight-edge-color: var(--cpd-color-yellow-500);
$header-panel-text-primary-color: #91a1c0;
/* ******************** */

Expand Down

0 comments on commit 6aa1b2e

Please sign in to comment.