mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Cloud Posture] Remove hover effect (#162340)
## Summary
Summarize your PR. If it involves visual changes include a screenshot or
gif.
[Quick Wins](https://github.com/elastic/security-team/issues/7167)
Remove the hover effect from left controls in vulnerability tables
2180c804
-ad78-44ac-a098-0c8408a86079
---------
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
cb04b5553e
commit
aa93368a3a
1 changed files with 7 additions and 0 deletions
|
@ -30,6 +30,13 @@ export const useStyles = () => {
|
|||
font-weight: ${euiTheme.font.weight.bold};
|
||||
}
|
||||
}
|
||||
& .euiDataGrid__leftControls {
|
||||
> .euiButtonEmpty:hover:not(:disabled),
|
||||
.euiButtonEmpty:focus {
|
||||
text-decoration: none;
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
& .euiButtonIcon {
|
||||
color: ${euiTheme.colors.primary};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue