We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 760180f + 6723d3f commit bfeb97eCopy full SHA for bfeb97e
src/styles/progress-tracker.css
@@ -41,6 +41,11 @@
41
transition: background-color, border-color;
42
transition-duration: 0.3s;
43
}
44
+@supports (x: attr(x type(*))) {
45
+ .progress-marker::before {
46
+ content: attr(data-text string, "");
47
+ }
48
+}
49
.progress-marker::after {
50
content: "";
51
display: block;
@@ -403,4 +408,4 @@
403
408
404
409
[dir=rtl] .progress-tracker--center .progress-marker::after {
405
410
left: -50%;
406
-}
411
src/styles/progress-tracker/_progress-tracker.scss
@@ -51,6 +51,10 @@
border-radius: 50%;
52
53
transition-duration: $animation-duration;
54
+
55
+ @supports (x: attr(x type(*))) {
56
57
58
59
60
// Path between markers
0 commit comments