Color cleanup number 10 (#7132)

This commit is contained in:
Šimon Brandner 2021-11-16 11:10:44 +01:00 committed by GitHub
parent 6d79b95876
commit 4eadb3bca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 25 additions and 60 deletions

View file

@ -56,7 +56,7 @@ limitations under the License.
position: absolute;
height: 20px;
width: 20px;
background-color: $groupheader-button-color;
background-color: $header-panel-text-primary-color;
mask-repeat: no-repeat;
mask-size: contain;
}

View file

@ -28,7 +28,7 @@ limitations under the License.
.mx_HeaderButtons::before {
content: "";
background-color: $header-divider-color;
background-color: $header-panel-text-primary-color;
opacity: 0.5;
margin: 6px 8px;
border-radius: 1px;

View file

@ -229,7 +229,7 @@ $pulse-color: $alert;
margin: 11px auto 29px auto;
height: 42px;
width: 42px;
background-color: $rightpanel-button-color;
background-color: $header-panel-text-primary-color;
mask-repeat: no-repeat;
mask-size: contain;
mask-position: center;

View file

@ -49,7 +49,7 @@ limitations under the License.
}
.mx_TabbedView_tabLabel_active .mx_TabbedView_maskedIcon::before {
background-color: $tab-label-active-icon-bg-color;
background-color: $tab-label-active-fg-color;
}
.mx_TabbedView_maskedIcon {

View file

@ -16,7 +16,7 @@ limitations under the License.
.mx_CreateEvent {
&::before {
background-color: $composer-e2e-icon-color;
background-color: $header-panel-text-primary-color;
mask-image: url('$(res)/img/element-icons/chat-bubbles.svg');
}
}

View file

@ -16,7 +16,7 @@ limitations under the License.
.mx_MJitsiWidgetEvent {
&::before {
background-color: $composer-e2e-icon-color; // XXX: Variable abuse
background-color: $header-panel-text-primary-color; // XXX: Variable abuse
mask-image: url('$(res)/img/element-icons/call/video-call.svg');
}
}

View file

@ -26,7 +26,7 @@ limitations under the License.
&.mx_cryptoEvent_icon::after {
mask-image: url('$(res)/img/e2e/normal.svg');
background-color: $composer-e2e-icon-color;
background-color: $header-panel-text-primary-color;
}
&.mx_cryptoEvent_icon_verified::after {

View file

@ -51,7 +51,7 @@ limitations under the License.
left: 0;
mask-repeat: no-repeat;
mask-position: center;
background-color: $rightpanel-button-color;
background-color: $header-panel-text-primary-color;
}
}

View file

@ -40,7 +40,7 @@ limitations under the License.
mask-image: url('$(res)/img/minimise.svg');
mask-repeat: no-repeat;
mask-position: 7px center;
background-color: $rightpanel-button-color;
background-color: $header-panel-text-primary-color;
}
}

View file

@ -70,7 +70,7 @@ limitations under the License.
.mx_E2EIcon_normal::after {
mask-image: url('$(res)/img/e2e/normal.svg');
background-color: $composer-e2e-icon-color;
background-color: $header-panel-text-primary-color;
}
.mx_E2EIcon_verified::after {

View file

@ -43,7 +43,7 @@ limitations under the License.
mask-repeat: no-repeat;
width: 16px;
height: 16px;
background-color: $rightpanel-button-color;
background-color: $header-panel-text-primary-color;
}
.mx_EntityTile .mx_PresenceLabel {

View file

@ -443,7 +443,7 @@ $left-gutter: 64px;
.mx_EventTile_e2eIcon_normal {
&::after {
mask-image: url('$(res)/img/e2e/normal.svg');
background-color: $composer-e2e-icon-color;
background-color: $header-panel-text-primary-color;
}
opacity: 1;
}

View file

@ -39,7 +39,7 @@ limitations under the License.
mask-image: url('$(res)/img/minimise.svg');
mask-repeat: no-repeat;
mask-position: 16px center;
background-color: $rightpanel-button-color;
background-color: $header-panel-text-primary-color;
}
.mx_MemberInfo_name h2 {

View file

@ -137,13 +137,6 @@ limitations under the License.
animation: 0.2s visualbell;
}
.mx_MessageComposer_input blockquote {
color: $blockquote-fg-color;
margin: 0 0 16px;
padding: 0 15px;
border-left: 4px solid $blockquote-bar-color;
}
.mx_MessageComposer_input pre {
background-color: $rte-code-bg-color;
border-radius: 3px;