diff --git a/experiments/outline-editor/editor.css b/experiments/outline-editor/editor.css index a128b89..64df16f 100755 --- a/experiments/outline-editor/editor.css +++ b/experiments/outline-editor/editor.css @@ -283,16 +283,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; + } } }