V2Wizard: Fix padding and size of <HelpIcon> button
This updates padding around the popover button on OpenSCAP step and makes all `<HelpIcon>` icons the default size so it's consistent throughout the Wizard.
This commit is contained in:
parent
0846e4d975
commit
99da1e2957
3 changed files with 6 additions and 6 deletions
|
|
@ -166,7 +166,6 @@ const ProfileSelector = () => {
|
|||
OpenSCAP profile
|
||||
<Popover
|
||||
maxWidth="30rem"
|
||||
position="left"
|
||||
bodyContent={
|
||||
<TextContent>
|
||||
<Text>
|
||||
|
|
@ -176,7 +175,12 @@ const ProfileSelector = () => {
|
|||
</TextContent>
|
||||
}
|
||||
>
|
||||
<Button variant="plain" aria-label="About OpenSCAP" isInline>
|
||||
<Button
|
||||
variant="plain"
|
||||
aria-label="About OpenSCAP"
|
||||
isInline
|
||||
className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0 pf-u-pr-0"
|
||||
>
|
||||
<HelpIcon />
|
||||
</Button>
|
||||
</Popover>
|
||||
|
|
|
|||
|
|
@ -784,7 +784,6 @@ const Packages = () => {
|
|||
aria-label="About included repositories"
|
||||
component="span"
|
||||
className="pf-u-p-0"
|
||||
size="sm"
|
||||
isInline
|
||||
>
|
||||
<HelpIcon />
|
||||
|
|
@ -815,7 +814,6 @@ const Packages = () => {
|
|||
aria-label="About other repositories"
|
||||
component="span"
|
||||
className="pf-u-p-0"
|
||||
size="sm"
|
||||
isInline
|
||||
>
|
||||
<HelpIcon />
|
||||
|
|
@ -870,7 +868,6 @@ const Packages = () => {
|
|||
variant="plain"
|
||||
aria-label="Package description"
|
||||
className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0"
|
||||
size="sm"
|
||||
>
|
||||
<HelpIcon />
|
||||
</Button>
|
||||
|
|
|
|||
|
|
@ -81,7 +81,6 @@ const ActivationKeyInformation = (): JSX.Element => {
|
|||
variant="plain"
|
||||
aria-label="About additional repositories"
|
||||
className="pf-u-pl-sm pf-u-pt-0 pf-u-pb-0"
|
||||
size="sm"
|
||||
>
|
||||
<HelpIcon />
|
||||
</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue