mirror of https://github.com/jenkinsci/jenkins.git
Update _theme.scss
This commit is contained in:
parent
42ecfcac5c
commit
d32a61c1ea
|
@ -198,7 +198,8 @@ $semantics: (
|
||||||
|
|
||||||
// Command Palette
|
// Command Palette
|
||||||
--command-palette-results-backdrop-filter: saturate(1.4) blur(20px);
|
--command-palette-results-backdrop-filter: saturate(1.4) blur(20px);
|
||||||
--command-palette-inset-shadow: inset 0 0 2px 2px rgb(255 255 255 / 0.1),
|
--command-palette-inset-shadow:
|
||||||
|
inset 0 0 2px 2px rgb(255 255 255 / 0.1),
|
||||||
var(--jenkins-border--subtle-shadow),
|
var(--jenkins-border--subtle-shadow),
|
||||||
0 5px 10px var(--jenkins-border-color--subtle);
|
0 5px 10px var(--jenkins-border-color--subtle);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue