jmix-projects / jmix-old

DEPRECATED. Use https://github.com/jmix-framework/jmix
16 stars 3 forks source link

[Helium] Rename pickerfield variables to entitypicker #528

Closed glebfox closed 4 years ago

glebfox commented 4 years ago

The following CSS variables in the Helium theme must correspond to the new component name:

/* PickerField */

--pickerfield-button-text-color: var(--text-main-color);
--pickerfield-button-background-color: var(--textfield-background-color);

--pickerfield-button-hover-text-color: var(--text-secondary-color);
--pickerfield-button-hover-background-color: var(--textfield-background-color);

--pickerfield-button-active-text-color: var(--text-main-color);
--pickerfield-button-active-background-color: var(--dim-color);

--pickerfield-button-disabled-text-color: var(--text-dim-color);
--pickerfield-button-disabled-background-color: var(--dim-color);
glebfox commented 4 years ago

The Vaadin component name hasn't been changed, so no need the rename variables related to this component.