Opam_graph: UI: Styling: Alternative layer2 deps bg
This commit is contained in:
parent
167b657a2f
commit
f245509c80
1 changed files with 9 additions and 3 deletions
|
@ -262,12 +262,18 @@ line {
|
||||||
stroke: bisque;
|
stroke: bisque;
|
||||||
}
|
}
|
||||||
|
|
||||||
.layer2_deps_bg {
|
.layer2_deps.bg {
|
||||||
fill: url(#gradient_01);
|
fill: ghostwhite;
|
||||||
}
|
}
|
||||||
|
|
||||||
|}
|
|}
|
||||||
(* a_fill @@ `Color ("url(#gradient_01)", None); *)
|
|
||||||
|
(*< Note the '.layer2_deps.bg' selector...
|
||||||
|
https://steveliles.github.io/a_multi_class_union_css_selector.html*)
|
||||||
|
(* .layer2_deps.bg fills:
|
||||||
|
OCaml: a_fill @@ `Color ("url(#gradient_01)", None);
|
||||||
|
CSS: fill: url(#gradient_01);
|
||||||
|
*)
|
||||||
|
|
||||||
type position = {
|
type position = {
|
||||||
x : float;
|
x : float;
|
||||||
|
|
Loading…
Reference in a new issue