mirror of https://github.com/jenkinsci/jenkins.git
Update theme.less
This commit is contained in:
parent
361f06c7ef
commit
2d3695d163
|
|
@ -313,15 +313,15 @@
|
|||
--call-to-action-text-color: var(--alert-info-text-color);
|
||||
|
||||
// Default button
|
||||
--button-background: hsla(240, 0.2, 0.7, 0.1);
|
||||
--button-background--hover: hsla(240, 0.2, 0.7, 0.175);
|
||||
--button-background--active: hsla(240, 0.2, 0.7, 0.25);
|
||||
--button-box-shadow--focus: hsla(240, 0.2, 0.7, 0.1);
|
||||
--button-background: hsla(240, 0.25, 0.75, 0.1);
|
||||
--button-background--hover: hsla(240, 0.25, 0.75, 0.175);
|
||||
--button-background--active: hsla(240, 0.25, 0.75, 0.25);
|
||||
--button-box-shadow--focus: hsla(240, 0.25, 0.75, 0.1);
|
||||
|
||||
// Variables for sidebar items, card items
|
||||
--item-background--hover: hsla(240, 0.2, 0.7, 0.15);
|
||||
--item-background--active: hsla(240, 0.2, 0.7, 0.225);
|
||||
--item-box-shadow--focus: hsla(240, 0.2, 0.7, 0.105);
|
||||
--item-background--hover: hsla(240, 0.25, 0.75, 0.15);
|
||||
--item-background--active: hsla(240, 0.25, 0.75, 0.225);
|
||||
--item-box-shadow--focus: hsla(240, 0.25, 0.75, 0.105);
|
||||
|
||||
// Colors
|
||||
each(@colors, {
|
||||
|
|
|
|||
Loading…
Reference in New Issue