1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-03 00:33:22 +03:00

Fix rounded progress bars

This commit is contained in:
Michael Telatynski
2021-05-05 11:50:55 +01:00
parent 07f5b6e8c4
commit acce9a4548
2 changed files with 2 additions and 2 deletions

View File

@@ -178,7 +178,7 @@ limitations under the License.
height: 8px;
width: 100%;
@mixin ProgressBarBorderRadius "8px";
@mixin ProgressBarBorderRadius 8px;
}
.mx_AddExistingToSpaceDialog_progressText {

View File

@@ -21,7 +21,7 @@ progress.mx_ProgressBar {
appearance: none;
border: none;
@mixin ProgressBarBorderRadius "6px";
@mixin ProgressBarBorderRadius 6px;
@mixin ProgressBarColour $progressbar-fg-color;
@mixin ProgressBarBgColour $progressbar-bg-color;
::-webkit-progress-value {