mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-07 22:40:59 +00:00
Rename $card-link-hover-color to $card-inverse-link-hover-color
This commit is contained in:
parent
4119023482
commit
0800c7e1c8
2 changed files with 2 additions and 2 deletions
|
|
@ -677,7 +677,7 @@ $card-border-radius-inner: calc(#{$card-border-radius} - #{$card-border-width})
|
|||
$card-cap-bg: $gray-lightest !default;
|
||||
$card-bg: $white !default;
|
||||
|
||||
$card-link-hover-color: $white !default;
|
||||
$card-inverse-link-hover-color: $white !default;
|
||||
|
||||
$card-img-overlay-padding: 1.25rem !default;
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@
|
|||
}
|
||||
.card-link {
|
||||
@include hover-focus {
|
||||
color: $card-link-hover-color;
|
||||
color: $card-inverse-link-hover-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue