mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-10 23:48:01 -05:00
Make more CSS properties !important
This commit is contained in:
@@ -4121,9 +4121,9 @@ function main(): void {
|
||||
const dummy_id = "dummy-" + Math.floor(Math.random() * 999999999);
|
||||
const css_string =
|
||||
"#" + dummy_id + " { " +
|
||||
"color: #a7c920; " + // An arbitrary color for the transition
|
||||
"color: #a7c920 !important; " + // An arbitrary color for the transition
|
||||
"transition: 0.1s all; " +
|
||||
"visibility: hidden; " +
|
||||
"visibility: hidden !important; " +
|
||||
"position: absolute !important; " +
|
||||
"top: -1000px !important; " +
|
||||
"left: 0 !important; }";
|
||||
|
||||
Reference in New Issue
Block a user