From 8a838f7b18835af6a7055f3db183590eb8255c9c Mon Sep 17 00:00:00 2001 From: Kevin Chappell Date: Mon, 7 Dec 2020 09:57:27 -0800 Subject: [PATCH] fix: radio group option remove button visible on second option resolves #1143 --- src/sass/_stage.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/sass/_stage.scss b/src/sass/_stage.scss index a61d977fe..296cb3cc3 100644 --- a/src/sass/_stage.scss +++ b/src/sass/_stage.scss @@ -420,6 +420,12 @@ } } + .radio-group-field { + .sortable-options li:nth-child(2) .remove { + display: none; + } + } + .sortable-options { display: inline-block; width: 100%; @@ -440,12 +446,6 @@ display: none; } - .radio-group-field & { - &:nth-child(2) .remove { - display: none; - } - } - .remove { position: absolute; opacity: 1;