Wizard: Remove obsolete css
This removes css styles for `DualListSelector` we no longer use and a temporary pagination fix that was already addressed directly in PF.
This commit is contained in:
parent
d48c90eba1
commit
4907d3048f
1 changed files with 0 additions and 10 deletions
|
|
@ -9,11 +9,6 @@
|
|||
pointer-events: initial;
|
||||
}
|
||||
|
||||
.pf-v5-c-dual-list-selector {
|
||||
--pf-v5-c-dual-list-selector__menu--MinHeight: 18rem;
|
||||
--pf-v5-c-dual-list-selector--GridTemplateColumns--pane--MinMax--max: 100vw;
|
||||
}
|
||||
|
||||
.pf-c-form {
|
||||
--pf-c-form--GridGap: var(--pf-v5-global--spacer--md);
|
||||
}
|
||||
|
|
@ -80,11 +75,6 @@ div.pf-v5-c-alert.pf-m-inline.pf-m-plain.pf-m-warning {
|
|||
}
|
||||
}
|
||||
|
||||
// This is to fix the pagination UI bug, when patternfly updates this it can be removed!
|
||||
.pf-v5-c-pagination.pf-m-bottom .pf-v5-c-menu-toggle {
|
||||
display: flex
|
||||
}
|
||||
|
||||
.pf-v5-c-wizard__main {
|
||||
/* TO DO: This part of the code is responsible for the Wizard footer being fixed
|
||||
at the bottom of the page. Unfortunately there's a new bug that's at least
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue