@carbon/styles 1.18.0 → 1.19.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
@@ -8045,6 +8045,21 @@ fieldset[disabled] .cds--form__helper-text {
8045
8045
  padding: 0;
8046
8046
  }
8047
8047
 
8048
+ .cds--combo-box--readonly,
8049
+ .cds--combo-box--readonly:hover {
8050
+ background-color: transparent;
8051
+ }
8052
+
8053
+ .cds--combo-box--readonly .cds--list-box__menu-icon,
8054
+ .cds--combo-box--readonly .cds--list-box__selection {
8055
+ cursor: default;
8056
+ }
8057
+
8058
+ .cds--combo-box--readonly .cds--list-box__menu-icon svg,
8059
+ .cds--combo-box--readonly .cds--list-box__selection svg {
8060
+ fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
8061
+ }
8062
+
8048
8063
  .cds--contained-list__header {
8049
8064
  position: -webkit-sticky;
8050
8065
  position: sticky;
@@ -12014,6 +12029,20 @@ button.cds--dropdown-text:focus {
12014
12029
  }
12015
12030
  }
12016
12031
 
12032
+ .cds--dropdown--readonly,
12033
+ .cds--dropdown--readonly:hover {
12034
+ background-color: transparent;
12035
+ }
12036
+
12037
+ .cds--dropdown--readonly .cds--list-box__field,
12038
+ .cds--dropdown--readonly .cds--list-box__menu-icon {
12039
+ cursor: default;
12040
+ }
12041
+
12042
+ .cds--dropdown--readonly .cds--list-box__menu-icon svg {
12043
+ fill: var(--cds-icon-disabled, rgba(22, 22, 22, 0.25));
12044
+ }
12045
+
12017
12046
  .cds--loading {
12018
12047
  -webkit-box-sizing: border-box;
12019
12048
  box-sizing: border-box;
@@ -20662,6 +20691,10 @@ span.cds--pagination__text.cds--pagination__items-count {
20662
20691
  color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
20663
20692
  }
20664
20693
 
20694
+ .cds--text-area__wrapper--readonly .cds--text-area {
20695
+ background: transparent;
20696
+ }
20697
+
20665
20698
  .cds--text-area.cds--text-area--light:disabled {
20666
20699
  background-color: var(--cds-field-02, #ffffff);
20667
20700
  }