Skip to content

Commit

Permalink
fix: radio group option remove button visible on second option
Browse files Browse the repository at this point in the history
resolves #1143
  • Loading branch information
kevinchappell committed Dec 7, 2020
1 parent 6b2d324 commit 8a838f7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/sass/_stage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,12 @@
}
}

.radio-group-field {
.sortable-options li:nth-child(2) .remove {
display: none;
}
}

.sortable-options {
display: inline-block;
width: 100%;
Expand All @@ -440,12 +446,6 @@
display: none;
}

.radio-group-field & {
&:nth-child(2) .remove {
display: none;
}
}

.remove {
position: absolute;
opacity: 1;
Expand Down

0 comments on commit 8a838f7

Please sign in to comment.