diff --git a/src/scss/jsoneditor.scss b/src/scss/jsoneditor.scss index d17734f..15eb310 100644 --- a/src/scss/jsoneditor.scss +++ b/src/scss/jsoneditor.scss @@ -80,20 +80,6 @@ div { vertical-align: top; } } - div { - &.jsoneditor-anchor { - cursor: pointer; - - .picker_wrapper { - &.popup { - &.popup_bottom { - top: 28px; - left: -10px; - } - } - } - } - } &.busy { pre { &.jsoneditor-preview { @@ -554,6 +540,19 @@ pre.jsoneditor-preview, } } +.jsoneditor-anchor { + cursor: pointer; + + .picker_wrapper { + &.popup { + &.popup_bottom { + top: 28px; + left: -10px; + } + } + } +} + .fadein { -webkit-animation: fadein 0.3s; animation: fadein 0.3s;