Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Feb 10, 2025
1 parent b2da3f8 commit d7270b1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/main/scss/abstracts/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,11 @@ $semantics: (
var(--jenkins-border--subtle-shadow);

::backdrop {
--command-palette-backdrop-background: rgb(0 0 0 / 0.2);
--command-palette-backdrop-background: color-mix(
in sRGB,
var(--text-color) 30%,
transparent
);
}

// Tooltips
Expand Down
2 changes: 1 addition & 1 deletion src/main/scss/components/_command-palette.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

&::backdrop {
background: var(--command-palette-backdrop-background);
backdrop-filter: brightness(0.9) saturate(1.25) blur(2px);
backdrop-filter: saturate(1.25) blur(2px);
animation: jenkins-dialog-backdrop-animate-in 0.1s linear;
}

Expand Down

0 comments on commit d7270b1

Please sign in to comment.