summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/elements/DraggableGroupElement.less
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/oojs/oojs-ui/src/styles/elements/DraggableGroupElement.less')
-rw-r--r--vendor/oojs/oojs-ui/src/styles/elements/DraggableGroupElement.less11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/oojs/oojs-ui/src/styles/elements/DraggableGroupElement.less b/vendor/oojs/oojs-ui/src/styles/elements/DraggableGroupElement.less
deleted file mode 100644
index 07e08594..00000000
--- a/vendor/oojs/oojs-ui/src/styles/elements/DraggableGroupElement.less
+++ /dev/null
@@ -1,11 +0,0 @@
-@import '../common';
-
-.oo-ui-draggableGroupElement {
- &-placeholder {
- position: absolute;
- display: block;
- background: rgba( 0, 0, 0, 0.4 );
- }
-
- .theme-oo-ui-draggableGroupElement();
-}