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
9 changed files with 37 additions and 42 deletions
+1 -1
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 {
+1 -1
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;
+1 -1
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;
}
+1 -1
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;
}