Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit acce9a4

Browse files
committed
Fix rounded progress bars
1 parent 07f5b6e commit acce9a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

res/css/views/dialogs/_AddExistingToSpaceDialog.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ limitations under the License.
178178
height: 8px;
179179
width: 100%;
180180

181-
@mixin ProgressBarBorderRadius "8px";
181+
@mixin ProgressBarBorderRadius 8px;
182182
}
183183

184184
.mx_AddExistingToSpaceDialog_progressText {

res/css/views/elements/_ProgressBar.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ progress.mx_ProgressBar {
2121
appearance: none;
2222
border: none;
2323

24-
@mixin ProgressBarBorderRadius "6px";
24+
@mixin ProgressBarBorderRadius 6px;
2525
@mixin ProgressBarColour $progressbar-fg-color;
2626
@mixin ProgressBarBgColour $progressbar-bg-color;
2727
::-webkit-progress-value {

0 commit comments

Comments
 (0)