Merge pull request #6604 from SimonBrandner/task/colors-2

Color de-duplication #2
This commit is contained in:
Travis Ralston
2021-08-24 12:37:18 -06:00
committed by GitHub
121 changed files with 343 additions and 359 deletions
+2 -2
View File
@@ -146,7 +146,7 @@ $roomListCollapsedWidth: 68px;
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background: $secondary-fg-color;
background: $secondary-content;
}
}
@@ -169,7 +169,7 @@ $roomListCollapsedWidth: 68px;
mask-position: center;
mask-size: contain;
mask-repeat: no-repeat;
background: $secondary-fg-color;
background: $secondary-content;
}
&.mx_LeftPanel_exploreButton_space::before {