summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/widgets/SearchWidget.less
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/oojs/oojs-ui/src/styles/widgets/SearchWidget.less')
-rw-r--r--vendor/oojs/oojs-ui/src/styles/widgets/SearchWidget.less25
1 files changed, 0 insertions, 25 deletions
diff --git a/vendor/oojs/oojs-ui/src/styles/widgets/SearchWidget.less b/vendor/oojs/oojs-ui/src/styles/widgets/SearchWidget.less
deleted file mode 100644
index 920beacf..00000000
--- a/vendor/oojs/oojs-ui/src/styles/widgets/SearchWidget.less
+++ /dev/null
@@ -1,25 +0,0 @@
-@import '../common';
-
-.oo-ui-searchWidget {
- &-query {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
-
- .oo-ui-textInputWidget {
- width: 100%;
- }
- }
-
- &-results {
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- overflow-x: hidden;
- overflow-y: auto;
- }
-
- .theme-oo-ui-searchWidget();
-}