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

@ -15,7 +15,7 @@ limitations under the License.
*/
.mx_MFileBody_download {
color: $accent-color;
color: $accent;
.mx_MFileBody_download_icon {
// 12px instead of 14px to better match surrounding font size
@ -26,13 +26,13 @@ limitations under the License.
mask-position: center;
mask-repeat: no-repeat;
mask-image: url("$(res)/img/download.svg");
background-color: $accent-color;
background-color: $accent;
display: inline-block;
}
}
.mx_MFileBody_download a {
color: $accent-color;
color: $accent;
text-decoration: none;
cursor: pointer;
}

View file

@ -81,12 +81,12 @@ $timelineImageBorderRadius: 4px;
background-color: $header-panel-bg-color;
.mx_HiddenImagePlaceholder_button {
color: $accent-color;
color: $accent;
span.mx_HiddenImagePlaceholder_eye {
margin-right: 8px;
background-color: $accent-color;
background-color: $accent;
mask-image: url('$(res)/img/feather-customised/eye.svg');
display: inline-block;
width: 18px;

View file

@ -32,7 +32,7 @@ limitations under the License.
&.mx_ReactionsRowButton_selected {
background-color: $reaction-row-button-selected-bg-color;
border-color: $accent-color;
border-color: $accent;
}
&.mx_AccessibleButton_disabled {

View file

@ -19,7 +19,7 @@ limitations under the License.
overflow-y: hidden;
a {
color: $accent-color;
color: $accent;
cursor: pointer;
}
}

View file

@ -34,7 +34,7 @@ limitations under the License.
mask-position: 0 center;
mask-size: auto 12px;
visibility: hidden;
background-color: $accent-color;
background-color: $accent;
mask-image: url('$(res)/img/feather-customised/maximise.svg');
}

View file

@ -31,12 +31,12 @@ limitations under the License.
&.mx_cryptoEvent_icon_verified::after {
mask-image: url("$(res)/img/e2e/verified.svg");
background-color: $accent-color;
background-color: $accent;
}
&.mx_cryptoEvent_icon_warning::after {
mask-image: url("$(res)/img/e2e/warning.svg");
background-color: $notice-primary-color;
background-color: $alert;
}
.mx_cryptoEvent_state, .mx_cryptoEvent_buttons {