Skip to content

Commit 97a12ec

Browse files
authored
fix(shiny.scss): Ensure $body-emphasis-color is defined for all BS5 (#3924)
1 parent 81bdde6 commit 97a12ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

inst/www/shared/shiny_scss/shiny.bootstrap5.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
$body-emphasis-color: $body-color !default; // introduced in BS 5.3
2+
13
$shiny-emphasis-color-rgb: var(--#{$prefix}emphasis-color-rgb, 0,0,0) !default;
24

35
$shiny-disconnected-bg: RGBA($shiny-emphasis-color-rgb, 0.42) !default;

0 commit comments

Comments
 (0)