Fix text decorations (#30492)
Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
df707cd727
commit
6dfe8e02d7
2 changed files with 3 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue