You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Revert "Use Compound primary colors for most actions" (#12264)
* Revert ed5ef023b2
* Update failing snapshots
* Update snapshots after develop merge
This commit is contained in:
@ -21,8 +21,7 @@ limitations under the License.
|
||||
list-style: none;
|
||||
font-weight: var(--cpd-font-weight-semibold);
|
||||
cursor: pointer;
|
||||
color: var(--cpd-color-text-primary);
|
||||
text-decoration: underline;
|
||||
color: $accent;
|
||||
width: fit-content;
|
||||
|
||||
/* list-style doesn't do it for webkit */
|
||||
|
@ -60,6 +60,7 @@ limitations under the License.
|
||||
|
||||
a,
|
||||
.mx_AccessibleButton_kind_link {
|
||||
color: $accent;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
@ -131,7 +132,7 @@ limitations under the License.
|
||||
|
||||
.mx_StyledRadioButton_checked {
|
||||
font-size: 24px;
|
||||
border-color: var(--cpd-color-bg-action-primary-rest);
|
||||
border-color: $accent;
|
||||
}
|
||||
|
||||
&::after {
|
||||
|
@ -71,7 +71,7 @@ limitations under the License.
|
||||
|
||||
.mx_AccessibleButton_hasKind {
|
||||
&.mx_AccessibleButton_kind_link {
|
||||
font: var(--cpd-font-body-md-semibold);
|
||||
font: var(--cpd-font-body-md-regular);
|
||||
margin: 7px 18px;
|
||||
|
||||
&.mx_SettingsTab_showAdvanced {
|
||||
|
@ -396,7 +396,7 @@ limitations under the License.
|
||||
left: $spacing-8;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
background: var(--cpd-color-icon-primary);
|
||||
background: $accent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user