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:
parent
affd7ccbca
commit
53df8eb549
1 changed files with 0 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue