This commit is contained in:
McShelby 2023-02-05 10:13:50 +00:00
parent 78869bb330
commit a9162d1561
358 changed files with 8160 additions and 8398 deletions

View file

@ -1121,12 +1121,15 @@ option {
.mermaid > svg {
border: 1px solid transparent;
cursor: pointer;
/* remove inline height from generated diagram */
height: initial !important;
}
.mermaid > svg:hover {
.mermaid.zoom > svg {
cursor: pointer;
}
.mermaid.zoom > svg:hover {
border-color: rgba( 134, 134, 134, .333 );
}