Skip to content

Commit f5d5d3c

Browse files
committed
fix half commented out css selector
1 parent de2b4c4 commit f5d5d3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

NetworkDynamicsInspector/src/widgets.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,9 @@ function Bonito.jsrender(session::Session, toggle::ToggleSwitch)
593593
"transition" => "$(toggle.transition_time)s",
594594
"border-radius" => "$(toggle.height/2)px",
595595
),
596-
CSS(":hover",
597-
# "background-color" => "#2196F3",
598-
),
596+
# CSS(":hover",
597+
# "background-color" => "#2196F3",
598+
# ),
599599
CSS("::before",
600600
"position" => "absolute",
601601
"content" => "''",

0 commit comments

Comments
 (0)