base.less: Cleanup overidden ipl-web light variables
This commit is contained in:
parent
6bf05b8a8b
commit
e0e922efc9
|
@ -153,25 +153,16 @@
|
|||
|
||||
// ipl-web overrides
|
||||
--base-gray: var(--gray);
|
||||
--base-gray-semilight: var(--gray-semilight);
|
||||
--base-gray-light: var(--gray-light);
|
||||
--base-gray-lighter: var(--gray-light);
|
||||
|
||||
--base-remove-bg: @color-critical;
|
||||
--base-gray-lighter: var(--gray-lighter);
|
||||
|
||||
--default-text-color: var(--text-color);
|
||||
--default-text-color-light: var(--text-color-light);
|
||||
--default-text-color-inverted: var(--text-color-inverted);
|
||||
|
||||
--primary-button-bg: @icinga-blue;
|
||||
--primary-button-hover-bg: @icinga-blue-dark;
|
||||
|
||||
--searchbar-bg: var(--low-sat-blue);
|
||||
|
||||
--search-logical-operator-bg: fade(@gray, 50%);
|
||||
|
||||
--suggestions-default-opt-bg: fade(@icinga-blue, 10%);
|
||||
--suggestions-hover-bg: fade(@icinga-blue, 30%);
|
||||
--search-logical-operator-bg: fade(#819398, 50%); // --gray
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue