Skip to content

Commit

Permalink
Merge branch 'master' into notification-component-tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
kodiakhq[bot] authored Feb 17, 2021
2 parents cc53f4c + 7dd6a3f commit 823ce50
Show file tree
Hide file tree
Showing 2 changed files with 7,706 additions and 7,667 deletions.
10 changes: 10 additions & 0 deletions packages/components/src/components/loading/_loading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@
stroke-dashoffset: -22;
}

// Negative values for `stroke-dashoffset` are not supported in Safari
@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) and (stroke-color: transparent) {
circle.#{$prefix}--loading__background {
stroke-dashoffset: 0;
stroke-dasharray: 265;
}
}
}

.#{$prefix}--loading-overlay {
position: fixed;
top: 0;
Expand Down
Loading

0 comments on commit 823ce50

Please sign in to comment.