diff --git a/webpack/assets/javascripts/react_app/components/PF4/TableIndexPage/TableIndexPage.scss b/webpack/assets/javascripts/react_app/components/PF4/TableIndexPage/TableIndexPage.scss index 5783290c60c..5f919555973 100644 --- a/webpack/assets/javascripts/react_app/components/PF4/TableIndexPage/TableIndexPage.scss +++ b/webpack/assets/javascripts/react_app/components/PF4/TableIndexPage/TableIndexPage.scss @@ -31,7 +31,7 @@ } .pf-c-toolbar__group { flex-grow: 1; - &.pf-m-align-right{ + &.pf-m-align-right { justify-content: flex-end; } &:first-child { @@ -39,4 +39,7 @@ width: min-content; } } + .pf-c-table tr.pf-m-hoverable { + cursor: default; + } }