app/assets/stylesheets/wallaby/base/_mixins.scss in wallaby-6.1.6 vs app/assets/stylesheets/wallaby/base/_mixins.scss in wallaby-7.0.0.beta1
- old
+ new
@@ -126,13 +126,13 @@
// when upgrading to Bootstrap 5
@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() {
- color: darken($color, $emphasized-link-hover-darken-percentage) !important;
- }
- }
- }
+ // @if $emphasized-link-hover-darken-percentage != 0 {
+ // a#{$parent} {
+ // @include hover-focus() {
+ // color: darken($color, $emphasized-link-hover-darken-percentage) !important;
+ // }
+ // }
+ // }
}