@carbon/styles 1.51.1 → 1.52.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 {
@@ -9803,6 +9804,8 @@ fieldset[disabled] .cds--form__helper-text {
9803
9804
  inline-size: 1px;
9804
9805
  visibility: inherit;
9805
9806
  white-space: nowrap;
9807
+ margin-block-start: 0.9rem;
9808
+ margin-inline-start: 0.63rem;
9806
9809
  visibility: inherit;
9807
9810
  }
9808
9811
 
@@ -13934,6 +13937,10 @@ button.cds--dropdown-text:focus {
13934
13937
  border-block-end-color: var(--cds-border-subtle);
13935
13938
  }
13936
13939
 
13940
+ .cds--dropdown--inline.cds--dropdown--readonly {
13941
+ border-block-end-color: transparent;
13942
+ }
13943
+
13937
13944
  .cds--dropdown--readonly .cds--list-box__field,
13938
13945
  .cds--dropdown--readonly .cds--list-box__menu-icon {
13939
13946
  cursor: default;
@@ -21973,6 +21980,10 @@ span.cds--pagination__text.cds--pagination__items-count {
21973
21980
  }
21974
21981
  }
21975
21982
 
21983
+ .cds--tabs--contained ~ .cds--tab-content {
21984
+ background: var(--cds-layer);
21985
+ }
21986
+
21976
21987
  .cds--tab-content--interactive:focus {
21977
21988
  outline: none;
21978
21989
  }