Skip to content

Commit

Permalink
Fixes #37591 - remove hand cursor from generic table
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaAga committed Jun 24, 2024
1 parent 7878a4a commit 82f810e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@
}
.pf-c-toolbar__group {
flex-grow: 1;
&.pf-m-align-right{
&.pf-m-align-right {
justify-content: flex-end;
}
&:first-child {
margin-right: auto;
width: min-content;
}
}
.pf-c-table tr.pf-m-hoverable {
cursor: default;
}
}

0 comments on commit 82f810e

Please sign in to comment.