Refine the colors of some more components (#12343)
* Refine the colors of some more components This is a reintroduction of https://github.com/matrix-org/matrix-react-sdk/pull/12255, and should be the last part of the Compound color refinement work (https://github.com/element-hq/element-web/issues/26992). I've updated the following components to reflect design decisions (https://www.figma.com/file/pqhlirZFEwEp5XpudSbiia/Theming-Web-templates?type=design&node-id=80-60219&mode=design&t=mjqwylUie1vRwzOV-0) that will help them fit in better with the new design system: - Message bubbles - Pills - Sent indicators - Jump to bottom/unread buttons - Composer placeholder - Notification badges - Room sublists - Verification shields - Date separators - Tooltips Closes https://github.com/element-hq/element-web/issues/22122 * Update some screenshots
This commit is contained in:
parent
f765a44b46
commit
26b4d47af1
49 changed files with 63 additions and 76 deletions
|
@ -185,10 +185,10 @@ limitations under the License.
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background: $accent-300;
|
||||
background: var(--cpd-color-bg-subtle-primary);
|
||||
|
||||
&::before {
|
||||
background-color: $accent;
|
||||
background-color: var(--cpd-color-icon-primary);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -213,8 +213,8 @@ limitations under the License.
|
|||
margin: 4px;
|
||||
|
||||
&.mx_Indicator_highlight {
|
||||
background: $alert;
|
||||
box-shadow: $alert;
|
||||
background: var(--cpd-color-icon-critical-primary);
|
||||
box-shadow: var(--cpd-color-icon-critical-primary);
|
||||
}
|
||||
|
||||
&.mx_Indicator_notification {
|
||||
|
@ -223,8 +223,8 @@ limitations under the License.
|
|||
}
|
||||
|
||||
&.mx_Indicator_activity {
|
||||
background: $primary-content;
|
||||
box-shadow: $primary-content;
|
||||
background: var(--cpd-color-icon-primary);
|
||||
box-shadow: var(--cpd-color-icon-primary);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -234,10 +234,9 @@ limitations under the License.
|
|||
}
|
||||
}
|
||||
|
||||
.mx_LegacyRoomHeader_button--highlight,
|
||||
.mx_LegacyRoomHeader_button:hover {
|
||||
.mx_LegacyRoomHeader_button--highlight {
|
||||
&::before {
|
||||
background-color: $accent !important;
|
||||
background-color: var(--cpd-color-icon-primary) !important;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue