Skip to content

Commit

Permalink
custom popover
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisnsns committed Jan 25, 2024
1 parent 461ddba commit 2536eac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ui/app/src/StreamPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ const StreamPage = () => {
</Pane>
}
>
<Button>{chartType || "Select chart type..."}</Button>
<Button className="custom-popover">
{chartType || "Select chart type..."}
</Button>
</Popover>
<div className="stream-status-component">
<StreamStatus
Expand Down
6 changes: 6 additions & 0 deletions ui/app/src/tokyoNight.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ body.tokyoNight {
background-color: var(--aquamarine);
}

.app.tokyoNight .custom-popover:hover,
.app.tokyoNight .custom-popover:active,
.app.tokyoNight .custom-popover:focus {
background-color: var(--rose-bonbon) !important;
}

@keyframes pulsate {
0% {
box-shadow:
Expand Down

0 comments on commit 2536eac

Please sign in to comment.