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:
authorPhil Hughes <me@iamphill.com>2017-12-15 15:28:42 +0300
committerPhil Hughes <me@iamphill.com>2017-12-15 15:28:42 +0300
commit5c9f6e025e080a836c9c7f47239f40c4e797f786 (patch)
treee6ef42a8d5398510e290a490a6e9e382dc2e9644 /content
parent955a5d12e89384383ccc9f213f112d80f669b851 (diff)
fixed scss-lint
Diffstat (limited to 'content')
-rw-r--r--content/assets/stylesheets/stylesheet.scss13
1 files changed, 7 insertions, 6 deletions
diff --git a/content/assets/stylesheets/stylesheet.scss b/content/assets/stylesheets/stylesheet.scss
index 4905b9bb..05f51c03 100644
--- a/content/assets/stylesheets/stylesheet.scss
+++ b/content/assets/stylesheets/stylesheet.scss
@@ -556,14 +556,14 @@ h6 {
color: inherit;
}
-/*
-Algolia search for mobile
-https://github.com/algolia/docsearch/issues/181#issuecomment-301730219
-*/
+//
+// Algolia search for mobile
+// https://github.com/algolia/docsearch/issues/181#issuecomment-301730219
+//
// Since some values are added by Javascript, we have to add the
// !important option to override these values.
+// scss-lint:disable ImportantRule
.algolia-autocomplete {
-
// On a max-width of 768px
@media (max-width: 768px) {
.ds-dropdown-menu {
@@ -576,7 +576,7 @@ https://github.com/algolia/docsearch/issues/181#issuecomment-301730219
width: 100% !important;
padding-left: 0 !important;
}
- .algolia-docsearch-suggestion--content:before {
+ .algolia-docsearch-suggestion--content::before {
display: none !important;
}
.algolia-docsearch-suggestion--subcategory-column {
@@ -584,3 +584,4 @@ https://github.com/algolia/docsearch/issues/181#issuecomment-301730219
}
}
}
+// scss-lint:enable ImportantRule