Skip to content

Commit cf0f2d0

Browse files
authored
fix: spurious network call due to empty background image angular-split#316 (angular-split#322)
Adding a transparent 1x1 background image so that no spurious network call is shown. Particularly reproducible in electron env's.
1 parent 9fc670d commit cf0f2d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

projects/angular-split/src/lib/component/split.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
cursor: default;
9292

9393
.as-split-gutter-icon {
94-
background-image: url('');
94+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
9595
}
9696
}
9797
}

0 commit comments

Comments
 (0)