CreateImageWizard: fix tile hover issue

Fix #777: there was an issue with hovering
over tiles in the create image wizard due
to a deprecated css variable. This commit
resolves the issue
This commit is contained in:
Gianluca Zuccarelli 2022-10-25 13:12:38 +01:00 committed by Lucas Garfield
parent affd7ccbca
commit 53df8eb549

View file

@ -38,8 +38,6 @@
.pf-c-tile.pf-m-selected:focus {
--pf-c-tile__title--Color: var(--pf-c-tile--focus__title--Color);
--pf-c-tile__icon--Color: var(--pf-c-tile--focus__icon--Color);
--pf-c-tile--before--BorderWidth: var(--pf-c-tile--focus--before--BorderWidth);
--pf-c-tile--before--BorderColor: var(--pf-c-tile--focus--before--BorderColor);
}
.provider-icon {