Skip to content

Commit

Permalink
[8.16] [Cloud Security] Remove Cursor pointer when hovering over Dist…
Browse files Browse the repository at this point in the history
…ribution Bar (#196402) (#196625)

# Backport

This will backport the following commits from `main` to `8.16`:
- [[Cloud Security] Remove Cursor pointer when hovering over
Distribution Bar
(#196402)](#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":"[email protected]"},"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 <[email protected]>
  • Loading branch information
kibanamachine and animehart authored Oct 17, 2024
1 parent fe88bea commit b363915
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const useStyles = () => {
&:hover {
height: 7px;
border-radius: 3px;
cursor: pointer;
.euiBadge {
cursor: unset;
Expand Down

0 comments on commit b363915

Please sign in to comment.