summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/widgets/DropdownInputWidget.less
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/oojs/oojs-ui/src/styles/widgets/DropdownInputWidget.less')
-rw-r--r--vendor/oojs/oojs-ui/src/styles/widgets/DropdownInputWidget.less17
1 files changed, 0 insertions, 17 deletions
diff --git a/vendor/oojs/oojs-ui/src/styles/widgets/DropdownInputWidget.less b/vendor/oojs/oojs-ui/src/styles/widgets/DropdownInputWidget.less
deleted file mode 100644
index 8b7bb7cf..00000000
--- a/vendor/oojs/oojs-ui/src/styles/widgets/DropdownInputWidget.less
+++ /dev/null
@@ -1,17 +0,0 @@
-@import '../common';
-
-.oo-ui-dropdownInputWidget {
- position: relative;
- // Necessary for proper alignment when used with display: inline-block
- vertical-align: middle;
- .oo-ui-box-sizing(border-box);
-
- select {
- display: inline-block;
- width: 100%;
- resize: none;
- .oo-ui-box-sizing(border-box);
- }
-
- .theme-oo-ui-dropdownInputWidget();
-}