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 13:37:29 +00:00
committed by GitHub
parent 5ad3261cb2
commit 9abb2f5ff4
111 changed files with 271 additions and 306 deletions
@@ -40,5 +40,5 @@ limitations under the License.
}
.mx_IntegrationManager_error h3 {
color: $warning-color;
color: $alert;
}
@@ -17,9 +17,9 @@ limitations under the License.
.mx_JoinRuleSettings_upgradeRequired {
margin-left: 16px;
padding: 4px 16px;
border: 1px solid $accent-color;
border: 1px solid $accent;
border-radius: 8px;
color: $accent-color;
color: $accent;
font-size: $font-12px;
line-height: $font-15px;
}
+2 -2
View File
@@ -57,7 +57,7 @@ limitations under the License.
}
&.mx_LayoutSwitcher_RadioButton_selected {
border-color: $accent-color;
border-color: $accent;
}
}
@@ -70,7 +70,7 @@ limitations under the License.
}
.mx_StyledRadioButton_checked {
background-color: rgba($accent-color, 0.08);
background-color: rgba($accent, 0.08);
}
.mx_EventTile {
@@ -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;
}
@@ -32,7 +32,7 @@ limitations under the License.
}
.mx_AppearanceUserSettingsTab_AdvancedToggle {
color: $accent-color;
color: $accent;
cursor: pointer;
}
@@ -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');
}
}