Skip to content

Commit bc72205

Browse files
feat(look&feel,apollo): set to ProgressBar a progress value border radius
1 parent 235e35a commit bc72205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/apollo/css/src/ProgressBar/ProgressBarCommon.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@
1515

1616
/* For WebKit browsers */
1717
&::-webkit-progress-value {
18+
border-radius: var(--progress-bar-radius);
1819
background-color: var(--progress-bar-appearance);
1920
transition: width 0.75s ease;
2021
}
2122

2223
/* For Firefox */
2324
&::-moz-progress-bar {
25+
border-radius: var(--progress-bar-radius);
2426
background-color: var(--progress-bar-appearance);
2527

2628
/* transition doesn't work in Firefox for native progress bars */

0 commit comments

Comments
 (0)