Skip to content

Commit

Permalink
Update hover actions css selector to re-hide default cell actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kqualters-elastic committed Mar 1, 2022
1 parent f0639fe commit f8bf38b
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,13 @@ export const AppGlobalStyle = createGlobalStyle<{ theme: { eui: { euiColorPrimar
z-index: 9950 !important;
}
.euiDataGridRowCell__expandButton .euiDataGridRowCell__actionButtonIcon {
.euiDataGridRowCell .euiDataGridRowCell__expandActions .euiDataGridRowCell__actionButtonIcon {
display: none;
&:first-child,
&:nth-child(2),
&:nth-child(3) {
&:nth-child(3),
&:nth-child(6) {
display: inline-flex;
}
Expand Down

0 comments on commit f8bf38b

Please sign in to comment.