We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235e35a commit bc72205Copy full SHA for bc72205
client/apollo/css/src/ProgressBar/ProgressBarCommon.css
@@ -15,12 +15,14 @@
15
16
/* For WebKit browsers */
17
&::-webkit-progress-value {
18
+ border-radius: var(--progress-bar-radius);
19
background-color: var(--progress-bar-appearance);
20
transition: width 0.75s ease;
21
}
22
23
/* For Firefox */
24
&::-moz-progress-bar {
25
26
27
28
/* transition doesn't work in Firefox for native progress bars */
0 commit comments