diff --git a/modules/realtimepreview/ResizingDragBar.less b/modules/realtimepreview/ResizingDragBar.less index 310af49d..54a52d2e 100644 --- a/modules/realtimepreview/ResizingDragBar.less +++ b/modules/realtimepreview/ResizingDragBar.less @@ -16,32 +16,32 @@ display: flex; align-items: center; justify-content: center; -} -.ext-WikiEditor-ResizingDragBar-ns { - cursor: ns-resize; -} + &-ns { + cursor: ns-resize; + } -.ext-WikiEditor-ResizingDragBar-ew { - cursor: ew-resize; - background-color: @background-color-wikieditor-resizing-dragbar-ew; -} + span { + width: @affordance-length; + height: @affordance-width; + background-color: @background-color-wikieditor-resizing-dragbar-drag; + border-radius: @border-radius-base; + display: block; + margin: 2px; + } -.ext-WikiEditor-ResizingDragBar span { - width: @affordance-length; - height: @affordance-width; - background-color: @background-color-wikieditor-resizing-dragbar-drag; - border-radius: @border-radius-base; - display: block; - margin: 2px; -} + &:hover span { + background-color: @background-color-wikieditor-resizing-dragbar-drag--hover; + } -.ext-WikiEditor-ResizingDragBar:hover span { - background-color: @background-color-wikieditor-resizing-dragbar-drag--hover; -} + &-ew { + cursor: ew-resize; + background-color: @background-color-wikieditor-resizing-dragbar-ew; -.ext-WikiEditor-ResizingDragBar-ew span { - height: @affordance-length; - width: @affordance-width; - border-width: 0 @border-width-base; + span { + height: @affordance-length; + width: @affordance-width; + border-width: 0 @border-width-base; + } + } }