Skip to content

Commit

Permalink
Merge pull request dreamRs#396 from shannonpileggi/setSliderColor-bac…
Browse files Browse the repository at this point in the history
…kground

add transparent border to setSliderColor
  • Loading branch information
pvictor committed Jul 5, 2021
2 parents 1f9c720 + be4468d commit bb19c67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/setSliderColor.R
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ setSliderColor <- function(color, sliderId) {
" .js-irs-", i, " .irs-to,",
" .js-irs-", i, " .irs-bar-edge,",
" .js-irs-", i,
" .irs-bar{background: ", color[i+1],
" .irs-bar{ border-color: transparent;background: ", color[i+1],
"; border-top: 1px solid ", color[i+1],
"; border-bottom: 1px solid ", color[i+1],
";}"
Expand Down

0 comments on commit bb19c67

Please sign in to comment.