Skip to content

Commit

Permalink
style(#48): 💄 Remove unecessary lines and code commented out
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinc committed Oct 29, 2025
1 parent 1ead61b commit be4bf5f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/AnnotationControl/annotationPanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ img.button-icon[src$='/annotation.svg'] {
/* Add button */
.annotation-add-button {
display: block;
justify-content: center;
width: 80%;
margin: 20px 0 10px;
padding: 10px 10px;
Expand All @@ -375,14 +374,6 @@ img.button-icon[src$='/annotation.svg'] {
.annotation-add-button:hover {
background-color: #8f8f8f;
}
/* .annotation-add-button:active {
transform: translateY(1px);
background: linear-gradient(180deg, #8f8f8f 0%, #8f8f8f 100%);
box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.06);
} */
/* .annotation-add-button:focus {
background-color: #8f8f8f;
} */

#labelToggleContainer {
margin: 8px 0 6px;
Expand Down Expand Up @@ -411,9 +402,11 @@ img.button-icon[src$='/annotation.svg'] {
font-weight: 300;
transition: background 0.2s;
}

.toggle-group button:not(:last-child) {
border-right: 1px solid #555;
}

.toggle-group button.active {
background: #c7c9ca;
color: #000;
Expand Down

0 comments on commit be4bf5f

Please sign in to comment.