Compound color pass (#11079)

* Integrate compound design tokens

The icons should not be included in this repo, and should live in the compound design token repo, but for simplicity sake at this phase of the integration they will be added here

* Pareto color pass on the light theme

* bugfixes in the light color pass

* Compound color pass dark theme

* Compound color pass high contrast

* Fix typo

* fix tooltip

* Fix PR feedback

* fix composer button mixin

* Normalise some of the auth page colors

* Update based on figma feedback

* lintfix

* regenerate theme index

* Fix cypress tests

Removed the CSS assertions in the room header as it overlaps with the Percy snapshot

* fix more e2e tests

* update colors based on feedback

* fix color pass

* Fix theme overrides

* Restore -transparent

* fix color mapping

* Final colour pass update

* Do not consume compound colors directly

* rethemedex

* Update pass

* Final tweaks

* a11y pass

* scope opacity to checkbox and not label

* Add missing customisations var for theming

* lintfix

* remove unwanted test
This commit is contained in:
Germain 2023-07-12 18:46:49 +01:00 committed by GitHub
parent db52cdd02d
commit 38d24f164a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
54 changed files with 393 additions and 295 deletions

View file

@ -16,5 +16,5 @@ limitations under the License.
.mx_KebabContextMenu_icon {
width: 24px;
color: $secondary-content;
color: $icon-button-color;
}

View file

@ -20,7 +20,7 @@ limitations under the License.
background: transparent;
border-radius: 4px;
color: $secondary-content;
color: $icon-button-color;
--icon-transform: rotate(-90deg);

View file

@ -53,7 +53,7 @@ limitations under the License.
&.Inactive {
--icon-color: $secondary-content;
--background-color: $system;
--background-color: $panels;
}
}

View file

@ -23,7 +23,7 @@ limitations under the License.
}
.mx_DeviceTypeIcon_deviceIconWrapper {
--background-color: $system;
--background-color: $panels;
--icon-color: $secondary-content;
height: 40px;

View file

@ -26,7 +26,7 @@ limitations under the License.
padding: 0 $spacing-16;
margin-bottom: $spacing-32;
background-color: $system;
background-color: $panels;
border-radius: 8px;
color: $secondary-content;
}