Allow adding SVG in place of logo image (#976)

Usage =>
Params.label.iconSVG: "<your SVG as a string>"
This commit is contained in:
Aniket Teredesai 2022-07-23 09:45:32 +05:30 committed by GitHub
parent 87ffee9fcf
commit 77ffb308c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -27,7 +27,7 @@
font-weight: 700;
}
.logo a img {
.logo a img, .logo a svg {
display: inline;
vertical-align: middle;
pointer-events: none;