Fixing some style leaking in Firefox
This commit is contained in:
parent
04a7f45dbd
commit
a42ecb9c36
@ -4,17 +4,18 @@ svg {
|
||||
background-color: $white;
|
||||
}
|
||||
|
||||
text, tspan {
|
||||
.root text,
|
||||
.root tspan {
|
||||
font: 12px Arial;
|
||||
}
|
||||
|
||||
path {
|
||||
.root path {
|
||||
fill-opacity: 0;
|
||||
stroke-width: 2px;
|
||||
stroke: $black;
|
||||
}
|
||||
|
||||
circle {
|
||||
.root circle {
|
||||
fill: $gray;
|
||||
stroke-width: 2px;
|
||||
stroke: $black;
|
||||
|
Loading…
Reference in New Issue
Block a user