Replace lookup with patternfly's input group component and 'fix' the height

This commit is contained in:
Marliana Lara
2019-04-05 15:39:14 -04:00
parent 2062124a92
commit 212d3d517d
3 changed files with 25 additions and 27 deletions

View File

@@ -132,12 +132,6 @@
}
}
.pf-c-input-group__text {
&:hover {
cursor: pointer;
}
}
//
// pf modal overrides
//
@@ -220,12 +214,10 @@
// note that these should be given a consistent prefix
// and bem style, as well as moved into component-based scss files
//
.awx-lookup {
min-height: 36px;
.pf-c-form-control {
--pf-c-form-control--Height: auto;
}
.awx-lookup .pf-c-form-control {
--pf-c-form-control--Height: 90px;
overflow-y: auto;
}
.awx-c-list {