Skip to content

Commit

Permalink
Adjusted style
Browse files Browse the repository at this point in the history
  • Loading branch information
bsekachev committed May 27, 2024
1 parent 4b9499a commit 26fc394
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,17 +479,11 @@

.cvat-objects-sidebar-state-item-elements {
padding: $grid-unit-size * 0.5;
border: 1px solid $object-item-border-color;
border-bottom: 0;

&:last-child {
border-bottom: 1px solid $object-item-border-color;
}
border: 1px solid rgba($color: white, $alpha: 0);
}

.cvat-objects-sidebar-state-item-elements.cvat-objects-sidebar-state-active-element {
border: 2px dashed $object-item-border-color;
padding: 0;
border: 1px dashed $object-item-border-color;
}

.cvat-objects-sidebar-show-ground-truth-active {
Expand Down

0 comments on commit 26fc394

Please sign in to comment.