Skip to content

Commit 657475d

Browse files
committed
update html dependencies
1 parent 2229d25 commit 657475d

File tree

7 files changed

+14
-7
lines changed

7 files changed

+14
-7
lines changed

shiny/www/shared/_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"note!": "Generated by scripts/htmlDependencies.R: do not edit by hand",
33
"package": "shiny",
4-
"version": "1.11.1.9000 (rstudio/shiny@dc546eff57348e730b9c727d8fbc5f05f67820dc)"
4+
"version": "1.11.1.9000 (rstudio/shiny@320445dfaabcba0690763a6195bb76b69c5f6d54)"
55
}

shiny/www/shared/bootstrap/_version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"note!": "Generated by scripts/htmlDependencies.R: do not edit by hand",
3-
"shiny_version": "1.11.1.9000 (rstudio/shiny@dc546eff57348e730b9c727d8fbc5f05f67820dc)",
3+
"shiny_version": "1.11.1.9000 (rstudio/shiny@320445dfaabcba0690763a6195bb76b69c5f6d54)",
44
"bslib_version": "0.9.0.9000 (rstudio/bslib@9562108e40a0bffb4a7c8709c2963509435c5c0f)",
55
"htmltools_version": "0.5.8.9000 (rstudio/htmltools@487aa0bed7313d7597b6edd5810e53cab0061198)",
66
"bootstrap_version": "5.3.1"

shiny/www/shared/bootstrap/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shiny/www/shared/sass/preset/bootstrap/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shiny/www/shared/sass/preset/shiny/bootstrap.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shiny/www/shared/sass/shiny/www/shared/shiny_scss/shiny.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,13 @@ textarea.textarea-autoresize.form-control {
480480
cursor: not-allowed;
481481
}
482482

483+
// Selectize's remove_button plugin has a bug that can lead to multiple remove
484+
// buttons being displayed when options get updated. This prevents that from
485+
// happening (see #4274 for reprex)
486+
.shiny-input-select .selectize-input > .item > .remove:not(:first-child) {
487+
display: none;
488+
}
489+
483490
/* Hidden tabPanels */
484491
.nav-hidden {
485492
/* override anything bootstrap sets for `.nav` */

shiny/www/shared/shiny.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)