Skip to content

Commit

Permalink
Style: The switcher to block an active tool on annotation header is n…
Browse files Browse the repository at this point in the history
…ot highligted properly (#8081)
  • Loading branch information
bsekachev committed Jun 25, 2024
1 parent b84f174 commit 18aae08
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog.d/20240625_130102_boris_minor_style_fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
### Fixed

- The switcher to block an active tool on annotation header is not highligted properly
(<https://github.com/cvat-ai/cvat/pull/8081>)
8 changes: 4 additions & 4 deletions cvat-ui/src/components/annotation-page/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
justify-content: center;
margin: 0 3px;

&.cvat-button-active {
color: $border-color-hover;
}

&:hover {
color: $text-color;
}
Expand Down Expand Up @@ -96,10 +100,6 @@
pointer-events: none;
}

.cvat-button-active.ant-btn {
color: $border-color-hover;
}

.cvat-annotation-header-player-group > div {
height: 48px;
line-height: 0;
Expand Down

0 comments on commit 18aae08

Please sign in to comment.