Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Erasmus <jerasmus@gitlab.com>2019-10-31 15:18:22 +0300
committerJacques Erasmus <jerasmus@gitlab.com>2019-10-31 15:18:22 +0300
commitda1e115657981cf65d4ff4d261455f0d42bec90c (patch)
tree436108a83261810b3d8ce52a5a3459dd9e964849
parent432d85a19cb475c728f4dc1afe3c725da5f69262 (diff)
parentf74cdbd529d6ae7ea0d359153c65c50f9fcb496b (diff)
Merge branch '211-fix-search-field-selection' into 'master'
Fix search results text selection Closes #211 See merge request gitlab-org/gitlab-docs!611
-rw-r--r--content/assets/stylesheets/instantsearch.scss5
1 files changed, 3 insertions, 2 deletions
diff --git a/content/assets/stylesheets/instantsearch.scss b/content/assets/stylesheets/instantsearch.scss
index 14154d91..bbbbde7a 100644
--- a/content/assets/stylesheets/instantsearch.scss
+++ b/content/assets/stylesheets/instantsearch.scss
@@ -1,5 +1,5 @@
---
-version: 9
+version: 10
---
@import "variables";
@@ -46,7 +46,7 @@ $color12: rgba(32, 139, 196, .2); //link color lighter
@media all and (max-width: $mobile-width) {
margin-top: -25px !important;
}
-}
+}
.ais-search-box--powered-by {
font-family: $sans-font-family;
@@ -59,6 +59,7 @@ $color12: rgba(32, 139, 196, .2); //link color lighter
top: 35% !important;
bottom: auto;
right: 10px !important;
+ width: 14px;
}
.hit-content {