css: Remove redundant border-color for message rows.

The dark component out of the light-dark() of
--color-message-list-border is hsl(0deg 0% 0% / 40%), which is the same
as the color we specify in dark_theme.css.

- .recipient_row already uses the above variable, so it's entry is not
  needed in dark_theme.css
- .message_row uses the same variable as well.
- .overlay-message-row does not have a direct border. Although
  .message_row nested inside it does. It already uses the above
  variable, so we can remove this entry as well.
This commit is contained in:
Shubham Padia
2025-09-29 16:00:35 +00:00
committed by Tim Abbott
parent f6d972048b
commit 44d1343158

View File

@@ -107,13 +107,6 @@
border-color: hsl(0deg 0% 0% / 90%);
}
/* Not that .message_row (below) needs to be more contrast on dark theme */
.message-feed .recipient_row,
.message_row,
.overlay-message-row .overlay-message-info-box {
border-color: hsl(0deg 0% 0% / 40%);
}
& div.overlay .flex.overlay-content > .overlay-container,
#settings_page,
.informational-overlays .overlay-content {