File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ $theme-prefix: "dark" !default;
23
23
24
24
@include theme ($theme-map );
25
25
26
- // Button variants
26
+ // Alert variants
27
27
@each $state , $variant in $alert-variants-dt {
28
28
@include alert-variant ($state , $variant , true);
29
29
}
Original file line number Diff line number Diff line change @@ -457,6 +457,17 @@ $link-theme-map: (
457
457
" link-hover-color" : $link-hover-color-dt
458
458
) !default ;
459
459
460
+ // Btn link
461
+
462
+ $btn-link-color-dt : $link-color-dt !default ;
463
+ $btn-link-hover-color-dt : $link-hover-color-dt !default ;
464
+ $btn-link-disabled-color-dt : $disabled-dt !default ;
465
+
466
+ $btn-link-theme-map : (
467
+ " btn-link-color" : $btn-link-color-dt ,
468
+ " btn-link-hover-color" : $btn-link-hover-color-dt ,
469
+ " btn-link-disabled-color" : $btn-link-disabled-color-dt
470
+ ) !default ;
460
471
461
472
// List group
462
473
@@ -765,6 +776,7 @@ $theme-map: (
765
776
" accordion" : $accordion-theme-map ,
766
777
" breadcrumb" : $breadcrumb-theme-map ,
767
778
" btn-close" : $close-theme-map ,
779
+ " btn-link" : $btn-link-theme-map ,
768
780
" card" : $card-theme-map ,
769
781
" dropdown-menu" : $dropdown-theme-map ,
770
782
" footer" : $footer-theme-map ,
You can’t perform that action at this time.
0 commit comments