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,11 +15,11 @@ limitations under the License.
*/
.mx_SettingsTab {
color: $muted-fg-color;
color: $primary-content;
}
.mx_SettingsTab_warningText {
color: $warning-color;
color: $alert;
}
.mx_SettingsTab_heading {
@ -91,10 +91,10 @@ limitations under the License.
.mx_SettingsTab_linkBtn {
cursor: pointer;
color: $accent-color;
color: $accent;
word-break: break-all;
}
.mx_SettingsTab a {
color: $accent-color-alt;
color: $accent-alt;
}

View file

@ -32,7 +32,7 @@ limitations under the License.
}
.mx_AppearanceUserSettingsTab_AdvancedToggle {
color: $accent-color;
color: $accent;
cursor: pointer;
}

View file

@ -35,7 +35,7 @@ limitations under the License.
}
.mx_SecurityUserSettingsTab_warning {
color: $notice-primary-color;
color: $alert;
position: relative;
padding-left: 40px;
margin-top: 30px;
@ -50,7 +50,7 @@ limitations under the License.
content: "";
top: 0;
left: 0;
background-color: $notice-primary-color;
background-color: $alert;
mask-image: url('$(res)/img/feather-customised/alert-triangle.svg');
}
}