mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-09-19 04:24:45 -04:00
Update bootstrap
This commit is contained in:
parent
a48c4889bf
commit
3ebbd2728e
88 changed files with 439 additions and 277 deletions
5
_sass/bootstrap/mixins/_text-emphasis.scss
Executable file → Normal file
5
_sass/bootstrap/mixins/_text-emphasis.scss
Executable file → Normal file
|
@ -2,15 +2,16 @@
|
|||
|
||||
// Typography
|
||||
|
||||
@mixin text-emphasis-variant($parent, $color) {
|
||||
@mixin text-emphasis-variant($parent, $color, $ignore-warning: false) {
|
||||
#{$parent} {
|
||||
color: $color !important;
|
||||
}
|
||||
@if $emphasized-link-hover-darken-percentage != 0 {
|
||||
a#{$parent} {
|
||||
@include hover-focus {
|
||||
@include hover-focus() {
|
||||
color: darken($color, $emphasized-link-hover-darken-percentage) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@include deprecate("`text-emphasis-variant()`", "v4.4.0", "v5", $ignore-warning);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue