Color cleanup 8 (#7108)

* $accent-color -> $accent

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Remove $accent-bg-color

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* $notice-primary-color -> $alert

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Remove $notice-primary-bg-color

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Remove $accent-50pct

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* $warning-color -> $alert

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Remove $accent-darker

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Remove $orange-warning-color

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Remove $warning-bg-color

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>

* Remove $info-bg-color

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-11-11 14:37:29 +01:00 committed by GitHub
parent 5ad3261cb2
commit 9abb2f5ff4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
111 changed files with 271 additions and 306 deletions

View file

@ -50,7 +50,7 @@ limitations under the License.
.mx_DialPad_dialButton {
/* Always show the dial button in the center grid column */
grid-column: 2;
background-color: $accent-color;
background-color: $accent;
&::before {
content: '';

View file

@ -47,7 +47,7 @@ limitations under the License.
}
.mx_DialPadContextMenu_header:focus-within {
border-bottom: 1px solid $accent-color;
border-bottom: 1px solid $accent;
}
.mx_DialPadContextMenu_title {

View file

@ -35,7 +35,7 @@ limitations under the License.
}
.mx_DialPadModal_header:focus-within {
border-bottom: 1px solid $accent-color;
border-bottom: 1px solid $accent;
}
.mx_DialPadModal_title {

View file

@ -27,7 +27,7 @@ limitations under the License.
}
&.mx_VideoFeed_speaking {
border: $accent-color 2px solid;
border: $accent 2px solid;
.mx_VideoFeed_video {
border-radius: 0;