mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-09 07:06:36 +02:00
Fix text decorations (#30492)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -57,11 +57,12 @@
|
|||||||
padding-bottom: $navbar-brand-padding-y;
|
padding-bottom: $navbar-brand-padding-y;
|
||||||
margin-right: $navbar-brand-margin-right;
|
margin-right: $navbar-brand-margin-right;
|
||||||
@include font-size($navbar-brand-font-size);
|
@include font-size($navbar-brand-font-size);
|
||||||
|
text-decoration: if($link-decoration == none, null, none);
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
text-decoration: none;
|
text-decoration: if($link-hover-decoration == underline, none, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -46,10 +46,7 @@
|
|||||||
|
|
||||||
.algolia-docsearch-suggestion {
|
.algolia-docsearch-suggestion {
|
||||||
display: block;
|
display: block;
|
||||||
|
text-decoration: none;
|
||||||
&:hover {
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.algolia-docsearch-suggestion--subcategory-column {
|
.algolia-docsearch-suggestion--subcategory-column {
|
||||||
|
Reference in New Issue
Block a user