Skip to content

Commit

Permalink
feat/workspace-selector-jumps-on-hover, change classname
Browse files Browse the repository at this point in the history
Signed-off-by: Qxisylolo <[email protected]>
  • Loading branch information
Qxisylolo committed Oct 11, 2024
1 parent 15fac66 commit 26ede1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
background-color: $euiSideNavBackgroundColor;
}

.popoverButton:hover,
.popoverButton:focus {
.workspaceSelectorPopoverButton:hover,
.workspaceSelectorPopoverButton:focus {
transition: none !important;
transform: none !important;
}
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const WorkspaceSelector = ({ coreStart, registeredUseCases$ }: Props) =>
};
const button = currentWorkspace ? (
<EuiPanel
className="popoverButton"
className="workspaceSelectorPopoverButton"
paddingSize="none"
color="transparent"
hasBorder={false}
Expand Down

0 comments on commit 26ede1d

Please sign in to comment.