mirror of https://github.com/jenkinsci/jenkins.git
Tidy
This commit is contained in:
parent
b2da3f8d39
commit
d7270b1fa4
|
@ -202,7 +202,11 @@ $semantics: (
|
||||||
var(--jenkins-border--subtle-shadow);
|
var(--jenkins-border--subtle-shadow);
|
||||||
|
|
||||||
::backdrop {
|
::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
|
// Tooltips
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
&::backdrop {
|
&::backdrop {
|
||||||
background: var(--command-palette-backdrop-background);
|
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;
|
animation: jenkins-dialog-backdrop-animate-in 0.1s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue