@dialpad/dialtone-css 8.81.0-next.15 → 8.81.0-next.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -52,6 +52,10 @@
52
52
  margin-inline: var(--dt-spacing-100) 0;
53
53
  margin-block: 0;
54
54
 
55
+ &:first-child {
56
+ margin-inline-start: 0;
57
+ }
58
+
55
59
  // Provide a forward slash with each element except when it's the last one.
56
60
  &:not(:last-of-type) {
57
61
  margin-inline-end: var(--dt-spacing-150);
@@ -22,7 +22,7 @@
22
22
  font-variant-numeric: tabular-nums;
23
23
  min-inline-size: 1lh;
24
24
  border: var(--dt-size-border-100) solid;
25
- border-color: var(--dt-color-border-default);
25
+ border-color: var(--dt-color-border-subtle);
26
26
  border-radius: var(--dt-size-radius-300);
27
27
 
28
28
  &--inverted {
@@ -6625,7 +6625,7 @@
6625
6625
  font-variant-numeric: tabular-nums;
6626
6626
  min-inline-size: 1lh;
6627
6627
  border: var(--dt-size-border-100) solid;
6628
- border-color: var(--dt-color-border-default);
6628
+ border-color: var(--dt-color-border-subtle);
6629
6629
  border-radius: var(--dt-size-radius-300);
6630
6630
  /* Hiding class, making content visible only to screen readers but not visually */
6631
6631
  /* "sr" meaning "screen-reader" */
@@ -8505,6 +8505,10 @@
8505
8505
  margin-inline: var(--dt-spacing-100) 0;
8506
8506
  margin-block: 0;
8507
8507
  }
8508
+ .d-breadcrumbs__item:first-child {
8509
+ -webkit-margin-start: 0;
8510
+ margin-inline-start: 0;
8511
+ }
8508
8512
  .d-breadcrumbs__item:not(:last-of-type) {
8509
8513
  -webkit-margin-end: var(--dt-spacing-150);
8510
8514
  margin-inline-end: var(--dt-spacing-150);