diff --git a/web/annotation_editor_layer_builder.css b/web/annotation_editor_layer_builder.css index e69fb93ef..d468b2df6 100644 --- a/web/annotation_editor_layer_builder.css +++ b/web/annotation_editor_layer_builder.css @@ -1188,7 +1188,12 @@ --example-color: CanvasText; } - &::before { + :is(& > .editorParamsSlider[disabled]) { + opacity: 0.4; + } + + &::before, + &::after { content: ""; width: 8px; aspect-ratio: 1; @@ -1196,20 +1201,14 @@ border-radius: 100%; background-color: var(--example-color); } + &::after { + width: 24px; + } .editorParamsSlider { width: unset; height: 14px; } - - &::after { - content: ""; - width: 24px; - aspect-ratio: 1; - display: block; - border-radius: 100%; - background-color: var(--example-color); - } } } }