diff --git a/experiments/outline-editor/editor.css b/experiments/outline-editor/editor.css index 7e2372d..8d608cb 100755 --- a/experiments/outline-editor/editor.css +++ b/experiments/outline-editor/editor.css @@ -278,16 +278,18 @@ padding: 0; border: none; background: none; - } - &:not([cropped])>.text { - display: none; + + &>.text { + display: none; + } } &, &[cropped] { margin-left: 0; - } - &[cropped] .text { - display: block; + + & .text { + display: block; + } } }