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; height: 8px;
width: 100%; width: 100%;
@mixin ProgressBarBorderRadius "8px"; @mixin ProgressBarBorderRadius 8px;
} }
.mx_AddExistingToSpaceDialog_progressText { .mx_AddExistingToSpaceDialog_progressText {

View file

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