Merge pull request #6897 from SimonBrandner/task/colors-4
Color de-duplication #4
This commit is contained in:
commit
4fb0d021ae
9 changed files with 37 additions and 42 deletions
|
@ -19,7 +19,7 @@ $nestedHeight: 24px;
|
|||
$gutterSize: 16px;
|
||||
$activeBorderTransparentGap: 1px;
|
||||
|
||||
$activeBackgroundColor: $roomtile-selected-bg-color;
|
||||
$activeBackgroundColor: $panel-actions;
|
||||
$activeBorderColor: $secondary-content;
|
||||
|
||||
.mx_SpacePanel {
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -129,5 +129,5 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_AvatarSetting_avatar .mx_AvatarSetting_avatarPlaceholder {
|
||||
background-color: $settings-profile-placeholder-bg-color;
|
||||
background-color: $system;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue