mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 08:34:08 +02:00
Merge pull request #17708 from biokillos/feature/add-variable-for-card-link-hover-state
Add variable for card-link hover state
This commit is contained in:
@@ -135,7 +135,7 @@
|
|||||||
}
|
}
|
||||||
.card-link {
|
.card-link {
|
||||||
@include hover-focus {
|
@include hover-focus {
|
||||||
color: #fff;
|
color: $card-link-hover-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -456,6 +456,9 @@ $card-border-radius-inner: ($card-border-radius - $card-border-width) !default;
|
|||||||
$card-cap-bg: #f5f5f5 !default;
|
$card-cap-bg: #f5f5f5 !default;
|
||||||
$card-bg: #fff !default;
|
$card-bg: #fff !default;
|
||||||
|
|
||||||
|
$card-link-hover-color: #fff !default;
|
||||||
|
|
||||||
|
|
||||||
// Tooltips
|
// Tooltips
|
||||||
|
|
||||||
$tooltip-max-width: 200px !default;
|
$tooltip-max-width: 200px !default;
|
||||||
|
Reference in New Issue
Block a user