Skip to content

Commit

Permalink
Add theme property for navigation progress backdrop blur
Browse files Browse the repository at this point in the history
Can be used to turn off blur for cases where the progress bar is made
transparent.

REDMINE-20845
  • Loading branch information
tf committed Nov 26, 2024
1 parent 2887132 commit 0872385
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ div:focus-within > .contextIcon,
rgba(194,194,194,0.8));
height: var(--default-navigation-progress-bar-height);
width: 100%;
backdrop-filter: blur(var(--theme-widget-surface-backdrop-blur));
backdrop-filter: blur(var(--theme-default-navigation-progress-bar-backdrop-blur,
var(--theme-widget-surface-backdrop-blur)));
}

.progressIndicator {
Expand Down

0 comments on commit 0872385

Please sign in to comment.