Task/colors 11 (#7211)

This commit is contained in:
Šimon Brandner 2021-11-29 13:52:09 +01:00 committed by GitHub
parent 6d3865bdd5
commit 9db0ebb7f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
28 changed files with 66 additions and 104 deletions

View file

@ -33,7 +33,7 @@ input.mx_StatusMessageContextMenu_message {
}
.mx_StatusMessageContextMenu_message::placeholder {
color: $memberstatus-placeholder-color;
color: $tertiary-content;
}
.mx_StatusMessageContextMenu_actionContainer {

View file

@ -35,7 +35,7 @@ limitations under the License.
}
.mx_StyledRadioButton input[type="radio"]:checked + div > div {
background: $greyed-fg-color;
background: $info-plinth-fg-color;
}
.mx_StyledRadioButton input[type=radio]:checked + div {
@ -52,8 +52,8 @@ limitations under the License.
}
.mx_Checkbox input[type="checkbox"]:checked + label > .mx_Checkbox_background {
background: $greyed-fg-color;
border-color: $greyed-fg-color;
background: $info-plinth-fg-color;
border-color: $info-plinth-fg-color;
}
}

View file

@ -38,7 +38,7 @@ limitations under the License.
}
.mx_Dropdown_input:focus {
border-color: $input-focused-border-color;
border-color: $accent-alt;
}
/* Disable dropdown highlight on focus */
@ -110,7 +110,7 @@ input.mx_Dropdown_option:focus {
margin: 0;
padding: 0px;
border-radius: 4px;
border: 1px solid $input-focused-border-color;
border: 1px solid $accent-alt;
background-color: $background;
max-height: 200px;
overflow-y: auto;

View file

@ -73,7 +73,7 @@ limitations under the License.
}
.mx_Field:focus-within {
border-color: $input-focused-border-color;
border-color: $accent-alt;
}
.mx_Field input:focus,
@ -92,7 +92,7 @@ limitations under the License.
.mx_Field textarea:placeholder-shown:focus::placeholder,
.mx_Field.mx_Field_placeholderIsHint input::placeholder {
transition: color 0.25s ease-in 0.1s;
color: $greyed-fg-color;
color: $info-plinth-fg-color;
}
.mx_Field label {
@ -136,7 +136,7 @@ limitations under the License.
.mx_Field input:focus + label,
.mx_Field select:focus + label,
.mx_Field textarea:focus + label {
color: $input-focused-border-color;
color: $accent-alt;
}
.mx_Field select:disabled,
@ -146,7 +146,7 @@ limitations under the License.
.mx_Field textarea:disabled,
.mx_Field textarea:disabled + label {
background-color: $background;
color: $greyed-fg-color;
color: $info-plinth-fg-color;
}
.mx_Field_valid {

View file

@ -32,7 +32,7 @@ a.mx_Pill {
.mx_EventTile_content .markdown-body a.mx_GroupPill,
.mx_GroupPill {
color: $accent-fg-color;
background-color: $rte-group-pill-color;
background-color: $rte-room-pill-color;
}
/* More specific to override `.markdown-body a` text-decoration */

View file

@ -30,12 +30,12 @@ limitations under the License.
}
input::placeholder {
color: $greyed-fg-color;
color: $info-plinth-fg-color;
font-weight: normal;
}
.mx_Field_prefix, .mx_Field_postfix {
color: $greyed-fg-color;
color: $info-plinth-fg-color;
border-left: none;
border-right: none;
font-weight: 600;

View file

@ -55,7 +55,7 @@ limitations under the License.
margin: 2px;
&:hover {
background: $roomlist-button-bg-color;
background: $panel-actions;
border-radius: 6px;
z-index: 1;
}

View file

@ -61,7 +61,7 @@ limitations under the License.
}
.mx_MessageActionBar_optionsButton {
background: $roomlist-button-bg-color;
background: $panel-actions;
border-radius: 6px;
z-index: 1;

View file

@ -21,7 +21,7 @@ limitations under the License.
display: flex;
border-left: 2px solid $preview-widget-bar-color;
border-radius: 2px;
color: $greyed-fg-color;
color: $info-plinth-fg-color;
}
.mx_LinkPreviewWidget_image {

View file

@ -96,7 +96,7 @@ limitations under the License.
}
.mx_MemberList_invite.mx_AccessibleButton_disabled {
background-color: $greyed-fg-color;
background-color: $info-plinth-fg-color;
cursor: not-allowed;
}

View file

@ -85,7 +85,7 @@ limitations under the License.
width: 100%;
height: 60px;
font-style: italic;
color: $greyed-fg-color;
color: $info-plinth-fg-color;
display: flex;
align-items: center;
justify-content: center;
@ -319,7 +319,7 @@ limitations under the License.
flex-direction: row;
align-items: center;
font-size: $font-10px;
color: $greyed-fg-color;
color: $info-plinth-fg-color;
}
.mx_MessageComposer_formatbar * {

View file

@ -39,7 +39,7 @@ limitations under the License.
margin: 2px;
&:hover {
background: $roomlist-button-bg-color;
background: $panel-actions;
border-radius: 6px;
z-index: 1;
}

View file

@ -54,7 +54,7 @@ limitations under the License.
margin-top: 12px;
display: block;
text-align: start;
background-color: $roomlist-button-bg-color;
background-color: $panel-actions;
border-radius: 4px;
&::before {

View file

@ -120,7 +120,7 @@ limitations under the License.
.mx_RoomSublist_auxButton:hover,
.mx_RoomSublist_menuButton:hover {
background: $roomlist-button-bg-color;
background: $panel-actions;
}
// Hide the menu button by default
@ -304,7 +304,7 @@ limitations under the License.
width: 32px !important; // !important to override hover styles
height: 32px !important; // !important to override hover styles
margin-left: 0 !important; // !important to override hover styles
background-color: $roomlist-button-bg-color;
background-color: $panel-actions;
margin-top: 8px;
&::before {

View file

@ -16,7 +16,7 @@ limitations under the License.
.mx_RoomUpgradeWarningBar {
max-height: 235px;
background-color: $preview-bar-bg-color;
background-color: $info-plinth-bg-color;
padding-left: 20px;
padding-right: 20px;
overflow: scroll;
@ -48,6 +48,6 @@ limitations under the License.
}
.mx_RoomUpgradeWarningBar_small {
color: $greyed-fg-color;
color: $info-plinth-fg-color;
font-size: 70%;
}

View file

@ -65,7 +65,7 @@ $spacePanelWidth: 68px;
width: 28px;
height: 28px;
position: relative;
background-color: $roomlist-button-bg-color;
background-color: $panel-actions;
border-radius: 14px;
margin-bottom: 12px;