Skip to content

Commit 9e9c951

Browse files
committed
fix docs
1 parent 9679145 commit 9e9c951

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

NetworkDynamicsInspector/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NetworkDynamicsInspector"
22
uuid = "0a4713f2-d58f-43f2-b63b-1b5d5ee4e65a"
33
authors = ["Hans Würfel <git@wuerfel.io>"]
4-
version = "0.1.3"
4+
version = "0.1.4"
55

66
[deps]
77
Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8"

NetworkDynamicsInspector/src/widgets.jl

Lines changed: 2 additions & 2 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",
596+
# CSS(":hover",
597597
# "background-color" => "#2196F3",
598-
),
598+
# ),
599599
CSS("::before",
600600
"position" => "absolute",
601601
"content" => "''",

0 commit comments

Comments
 (0)