Skip to content

Commit

Permalink
Merge pull request #4238 from nextcloud/enh/noid/fix-progress-bar
Browse files Browse the repository at this point in the history
fix progress-bar on chromium browsers
  • Loading branch information
szaimen committed Jun 21, 2023
2 parents d56145e + 2eec3d6 commit d8aa491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NcProgressBar/NcProgressBar.vue
Expand Up @@ -113,6 +113,7 @@ export default {
// Browser specific rules
&::-webkit-progress-bar {
height: var(--progress-bar-height);
background-color: transparent;
}
&::-webkit-progress-value {
background: var(--gradient-primary-background);
Expand Down

0 comments on commit d8aa491

Please sign in to comment.