mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[Security Solution] Update hover actions css selector to re-hide default cell actions (#126551)
* Update hover actions css selector to re-hide default cell actions * Use better selector for expand icon
This commit is contained in:
parent
aafb7be138
commit
f0a7f1f5b1
1 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue