[8.x] [Cloud Security] Remove Cursor pointer when hovering over Distribution Bar (#196402) (#196626)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[Cloud Security] Remove Cursor pointer when hovering over
Distribution Bar
(#196402)](https://github.com/elastic/kibana/pull/196402)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Rickyanto
Ang","email":"rickyangwyn@gmail.com"},"sourceCommit":{"committedDate":"2024-10-17T03:21:19Z","message":"[Cloud
Security] Remove Cursor pointer when hovering over Distribution Bar
(#196402)\n\n## Summary\r\n\r\nCurrently since clicking on Distribution
Bar on Alerts Flyout or\r\nContextual Flyout doesn't do anything (like
filtering), showing pointer\r\ncursor when user hovers over the
Distribution is a bit misleading. As\r\nsuch this PR removes that cursor
pointer when hovering over the bar.\r\nOnce we have the filter
functionality, we will add it
back","sha":"455e91ae970b6b54bae8de8d247feb73a90aa558","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Cloud
Security","backport:prev-minor","v8.16.0"],"title":"[Cloud Security]
Remove Cursor pointer when hovering over Distribution
Bar","number":196402,"url":"https://github.com/elastic/kibana/pull/196402","mergeCommit":{"message":"[Cloud
Security] Remove Cursor pointer when hovering over Distribution Bar
(#196402)\n\n## Summary\r\n\r\nCurrently since clicking on Distribution
Bar on Alerts Flyout or\r\nContextual Flyout doesn't do anything (like
filtering), showing pointer\r\ncursor when user hovers over the
Distribution is a bit misleading. As\r\nsuch this PR removes that cursor
pointer when hovering over the bar.\r\nOnce we have the filter
functionality, we will add it
back","sha":"455e91ae970b6b54bae8de8d247feb73a90aa558"}},"sourceBranch":"main","suggestedTargetBranches":["8.16"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/196402","number":196402,"mergeCommit":{"message":"[Cloud
Security] Remove Cursor pointer when hovering over Distribution Bar
(#196402)\n\n## Summary\r\n\r\nCurrently since clicking on Distribution
Bar on Alerts Flyout or\r\nContextual Flyout doesn't do anything (like
filtering), showing pointer\r\ncursor when user hovers over the
Distribution is a bit misleading. As\r\nsuch this PR removes that cursor
pointer when hovering over the bar.\r\nOnce we have the filter
functionality, we will add it
back","sha":"455e91ae970b6b54bae8de8d247feb73a90aa558"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Rickyanto Ang <rickyangwyn@gmail.com>
This commit is contained in:
Kibana Machine 2024-10-17 16:05:39 +11:00 committed by GitHub
parent 7d468b10fb
commit 4c2bf78751
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -57,7 +57,6 @@ const useStyles = () => {
&:hover {
height: 7px;
border-radius: 3px;
cursor: pointer;
.euiBadge {
cursor: unset;