Skip to content

Commit

Permalink
Merge pull request #15491 from Snuffleupagus/annotationLayer-input-ho…
Browse files Browse the repository at this point in the history
…ver-border

Set a `border-radius` when hovering annotationLayer-inputs (PR 15438 follow-up)
  • Loading branch information
Snuffleupagus authored Sep 22, 2022
2 parents 547fa3e + 1558c0e commit 784ec39
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions web/annotation_layer_builder.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@
.annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
border: 2px solid var(--input-hover-border-color);
}
.annotationLayer .textWidgetAnnotation input:hover,
.annotationLayer .textWidgetAnnotation textarea:hover,
.annotationLayer .choiceWidgetAnnotation select:hover,
.annotationLayer .buttonWidgetAnnotation.checkBox input:hover {
border-radius: 2px;
}

.annotationLayer .textWidgetAnnotation input:focus,
.annotationLayer .textWidgetAnnotation textarea:focus,
Expand Down

0 comments on commit 784ec39

Please sign in to comment.