Skip to content

Commit

Permalink
prevent viewport button hover style overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
interim17 committed Jan 13, 2025
1 parent 0127d81 commit 5e3e20a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ViewportButton/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

.viewport-button:global(.ant-btn:hover):not(.disabled) {
background-color: var(--dark-theme-viewport-button-hover-bg);
border-color: var(--dark-theme-viewport-button-bg);
color: var(--dark-theme-viewport-button-color);
}

.viewport-button:global(.ant-btn:hover):not(.disabled).active {
Expand Down

0 comments on commit 5e3e20a

Please sign in to comment.