Changes to fileInput accessibility and fix to prevent jumping around the page on activation

This commit is contained in:
2026-03-05 09:18:11 +00:00
parent 2384c0284a
commit db2f16450c
5 changed files with 27 additions and 7 deletions

View File

@@ -16,4 +16,10 @@ fieldset.shiny-input-container legend {
fieldset.shiny-input-container div.select-all-container {
margin-top: -5px;
margin-bottom: 10px;
}
.btn-file:focus {
color: #333;
background-color: #e6e6e6;
border-color: #adadad;
}