From cb8c8a3d5cea174b8571d165ebf238876b6f0265 Mon Sep 17 00:00:00 2001 From: regexowl Date: Mon, 16 Jun 2025 16:26:50 +0200 Subject: [PATCH] Wizard: Remove unused styling We don't use the `Tile` component anymore. I believe we can remove this styling. --- .../CreateImageWizard/CreateImageWizard.scss | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/src/Components/CreateImageWizard/CreateImageWizard.scss b/src/Components/CreateImageWizard/CreateImageWizard.scss index efd087fe..183fa712 100644 --- a/src/Components/CreateImageWizard/CreateImageWizard.scss +++ b/src/Components/CreateImageWizard/CreateImageWizard.scss @@ -17,27 +17,6 @@ --pf-c-form__group-label--PaddingBottom: var(--pf-v6-global--spacer--xs); } -.tiles { - display: flex; -} - -.tile { - flex: 1 0 0px; - max-width: 250px; -} - -.pf-c-tile:focus { - --pf-c-tile__title--Color: var(--pf-c-tile__title--Color); - --pf-c-tile__icon--Color: var(---pf-v6-global--Color--100); - --pf-c-tile--before--BorderWidth: var(--pf-v6-global--BorderWidth--sm); - --pf-c-tile--before--BorderColor: var(--pf-v6-global--BorderColor--100); -} - -.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); -} - .provider-icon { width: 3.5em; height: 3.5em;