Skip to content

Commit

Permalink
[Security Solution] Update hover actions css selector to re-hide defa…
Browse files Browse the repository at this point in the history
…ult cell actions (elastic#126551)

* Update hover actions css selector to re-hide default cell actions

* Use better selector for expand icon
  • Loading branch information
kqualters-elastic authored and lucasfcosta committed Mar 7, 2022
1 parent 65f8f73 commit 5c44795
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),
&:last-child {
display: inline-flex;
}
Expand Down

0 comments on commit 5c44795

Please sign in to comment.