Merge pull request #6897 from SimonBrandner/task/colors-4

Color de-duplication #4
This commit is contained in:
David Baker 2021-10-15 16:07:07 +01:00 committed by GitHub
commit 4fb0d021ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 37 additions and 42 deletions

View file

@ -19,7 +19,7 @@ $nestedHeight: 24px;
$gutterSize: 16px;
$activeBorderTransparentGap: 1px;
$activeBackgroundColor: $roomtile-selected-bg-color;
$activeBackgroundColor: $panel-actions;
$activeBorderColor: $secondary-content;
.mx_SpacePanel {

View file

@ -17,7 +17,7 @@ limitations under the License.
.mx_BetaCard {
margin-bottom: 20px;
padding: 24px;
background-color: $settings-profile-placeholder-bg-color;
background-color: $system;
border-radius: 8px;
box-sizing: border-box;

View file

@ -30,7 +30,7 @@ limitations under the License.
&:hover,
&:focus-within,
&.mx_RoomTile_hasMenuOpen {
background-color: $roomtile-selected-bg-color;
background-color: $panel-actions;
border-radius: 8px;
}

View file

@ -129,5 +129,5 @@ limitations under the License.
}
.mx_AvatarSetting_avatar .mx_AvatarSetting_avatarPlaceholder {
background-color: $settings-profile-placeholder-bg-color;
background-color: $system;
}