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;
|
||||
}
|
||||
|
||||
.layer2_deps_bg {
|
||||
fill: url(#gradient_01);
|
||||
.layer2_deps.bg {
|
||||
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 = {
|
||||
x : float;
|
||||
|
|
Loading…
Reference in a new issue