Skip to content

Commit f7a45ee

Browse files
authored
fix(shiny-preset): Use tinted color in ionrangeslider handle color on hover (#875)
1 parent d0eaa91 commit f7a45ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/builtin/bs5/shiny/ionrangeslider/_variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $line_bg_color: RGBA($emphasis-color-rgb, 0.65) !default;
1212
$line_border: none !default;
1313

1414
$handle_color: $component-active-bg !default;
15-
$handle_color_hover: rgba($handle_color, 0.85) !default;
15+
$handle_color_hover: tint-color($handle_color, 15%) !default;
1616
$handle_border: none !default;
1717
$handle_box_shadow: none !default;
1818
$handle_radius: $top - 10px !default;

0 commit comments

Comments
 (0)