1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +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:
Florian Duros
2024-02-20 17:24:40 +01:00
committed by GitHub
parent d20e9e4f8e
commit 96a33b800a
87 changed files with 99 additions and 104 deletions

View File

@@ -43,12 +43,12 @@ limitations under the License.
}
.mx_TabbedView_tabLabel_active {
background-color: var(--cpd-color-bg-action-primary-rest);
color: var(--cpd-color-text-on-solid-primary);
background-color: $accent;
color: $tab-label-active-fg-color;
}
.mx_TabbedView_tabLabel_active .mx_TabbedView_maskedIcon::before {
background-color: var(--cpd-color-icon-on-solid-primary);
background-color: $tab-label-active-fg-color;
}
.mx_TabbedView_maskedIcon {