Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
6dfe8e02
Unverified
Commit
6dfe8e02
authored
5 years ago
by
Martijn Cuppens
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix text decorations (#30492)
Co-authored-by:
XhmikosR
<
xhmikosr@gmail.com
>
parent
df707cd7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scss/_navbar.scss
+2
-1
scss/_navbar.scss
site/assets/scss/_algolia.scss
+1
-4
site/assets/scss/_algolia.scss
with
3 additions
and
5 deletions
+3
-5
scss/_navbar.scss
+
2
-
1
View file @
6dfe8e02
...
...
@@ -57,11 +57,12 @@
padding-bottom
:
$navbar-brand-padding-y
;
margin-right
:
$navbar-brand-margin-right
;
@include
font-size
(
$navbar-brand-font-size
);
text-decoration
:
if
(
$link-decoration
==
none
,
null
,
none
);
white-space
:
nowrap
;
&
:hover
,
&
:focus
{
text-decoration
:
none
;
text-decoration
:
if
(
$link-hover-decoration
==
underline
,
none
,
null
)
;
}
}
...
...
This diff is collapsed.
Click to expand it.
site/assets/scss/_algolia.scss
+
1
-
4
View file @
6dfe8e02
...
...
@@ -46,10 +46,7 @@
.algolia-docsearch-suggestion
{
display
:
block
;
&
:hover
{
text-decoration
:
none
;
}
text-decoration
:
none
;
}
.algolia-docsearch-suggestion--subcategory-column
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment