Wizard: Fix UI issues for Microsoft Azure Target environment

Fixes #772. This updates description of the step according to recent SPUR.
The `Authorizing an Azure account` expandable was removed (both from the step and `ImageCreator.js`) as well as `Destination` heading. Size of the Oauth 2.0 link was changed from small to default.
This commit is contained in:
regexowl 2022-08-29 11:18:27 +02:00 committed by Lucas Garfield
parent 2520b99ad1
commit c9c75da7ba
4 changed files with 26 additions and 73 deletions

View file

@ -47,14 +47,6 @@
height: 1em;
}
.azureAuthExpandable {
--pf-c-expandable-section__toggle--Color: var(--pf-global--Color--100);
--pf-c-expandable-section__toggle--hover--Color: var(--pf-global--Color--100);
--pf-c-expandable-section__toggle--active--Color: var(--pf-global--Color--100);
--pf-c-expandable-section__toggle--focus--Color: var(--pf-global--Color--100);
--pf-c-expandable-section__toggle--m-expanded--Color: var(--pf-global--Color--100);
}
.pf-c-select__menu-item.pf-m-load {
--pf-c-select__menu-item--Color: var(--pf-global--Color--100);
}