@carbon/styles 1.51.0 → 1.52.0-rc.0

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.
package/css/styles.css CHANGED
@@ -5324,6 +5324,7 @@ a.cds--overflow-menu-options__btn::before {
5324
5324
  outline: 2px solid transparent;
5325
5325
  outline-offset: -2px;
5326
5326
  background-color: var(--cds-layer);
5327
+ color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
5327
5328
  }
5328
5329
 
5329
5330
  .cds--overflow-menu-options__option--disabled .cds--overflow-menu-options__btn svg {
@@ -5652,6 +5653,10 @@ a.cds--overflow-menu-options__btn::before {
5652
5653
  border-radius: 1.5rem;
5653
5654
  }
5654
5655
 
5656
+ .cds--chat-btn:not(.cds--chat-btn--with-icon) {
5657
+ padding-inline-end: 0.9375rem;
5658
+ }
5659
+
5655
5660
  .cds--chat-btn.cds--btn--md {
5656
5661
  border-radius: 1.25rem;
5657
5662
  }
@@ -9799,6 +9804,8 @@ fieldset[disabled] .cds--form__helper-text {
9799
9804
  inline-size: 1px;
9800
9805
  visibility: inherit;
9801
9806
  white-space: nowrap;
9807
+ margin-block-start: 0.9rem;
9808
+ margin-inline-start: 0.63rem;
9802
9809
  visibility: inherit;
9803
9810
  }
9804
9811
 
@@ -13930,6 +13937,10 @@ button.cds--dropdown-text:focus {
13930
13937
  border-block-end-color: var(--cds-border-subtle);
13931
13938
  }
13932
13939
 
13940
+ .cds--dropdown--inline.cds--dropdown--readonly {
13941
+ border-block-end-color: transparent;
13942
+ }
13943
+
13933
13944
  .cds--dropdown--readonly .cds--list-box__field,
13934
13945
  .cds--dropdown--readonly .cds--list-box__menu-icon {
13935
13946
  cursor: default;
@@ -21969,6 +21980,10 @@ span.cds--pagination__text.cds--pagination__items-count {
21969
21980
  }
21970
21981
  }
21971
21982
 
21983
+ .cds--tabs--contained ~ .cds--tab-content {
21984
+ background: var(--cds-layer);
21985
+ }
21986
+
21972
21987
  .cds--tab-content--interactive:focus {
21973
21988
  outline: none;
21974
21989
  }