Add the following CSS tag to your UI.r file or UI section of your Shiny app:
tags$head(tags$style(HTML('.bootstrap-switch.bootstrap-switch-focused {
-webkit-box-shadow: none;
border-color: #CCCCCC;
box-shadow: none;
outline: none;
}'))),
This will disable the blue glow and change the outline color to gray.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…