Skip to content

Commit

Permalink
svg css issues in Safari. (#1725)
Browse files Browse the repository at this point in the history
  • Loading branch information
turner authored Nov 1, 2023
1 parent 1b58f92 commit a7b5cc2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
7 changes: 6 additions & 1 deletion css/_navbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,9 @@ $igv-save-png-image-x-origin: 3*$igv-navbar-icon-button-size/4;
text {
fill: #737373;
}
tspan {
dominant-baseline: middle;
}
}

.igv-navbar-text-button-svg-hover {
Expand All @@ -515,7 +518,9 @@ $igv-save-png-image-x-origin: 3*$igv-navbar-icon-button-size/4;
text {
fill: white;
}

tspan {
dominant-baseline: middle;
}
}

#igv-save-svg-group {
Expand Down
6 changes: 6 additions & 0 deletions css/dom.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/dom.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/embedCss.js

Large diffs are not rendered by default.

0 comments on commit a7b5cc2

Please sign in to comment.