mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-21 10:11:50 +00:00
Make text decoration consistent with other anchors (#34475)
Fixes #34474 Co-authored-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
parent
a389cb443e
commit
fd9285bc9c
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
.card-link {
|
.card-link {
|
||||||
&:hover {
|
&:hover {
|
||||||
text-decoration: none;
|
text-decoration: if($link-hover-decoration == underline, none, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
+ .card-link {
|
+ .card-link {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue