@carbon/styles 1.11.0-rc.0 → 1.12.0-rc.1

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
@@ -178,7 +178,7 @@ h1 {
178
178
 
179
179
  h2 {
180
180
  font-size: var(--cds-heading-05-font-size, 2rem);
181
- font-weight: var(--cds-heading-05-font-weight, 400);
181
+ font-weight: var(--cds-heading-05-font-weight, 300);
182
182
  line-height: var(--cds-heading-05-line-height, 1.25);
183
183
  letter-spacing: var(--cds-heading-05-letter-spacing, 0);
184
184
  }
@@ -13039,6 +13039,10 @@ button.cds--dropdown-text:focus {
13039
13039
  background-color: transparent;
13040
13040
  }
13041
13041
 
13042
+ .cds--multi-select:not(.cds--list-box--expanded) .cds--list-box__menu {
13043
+ visibility: hidden;
13044
+ }
13045
+
13042
13046
  .cds--inline-notification {
13043
13047
  position: relative;
13044
13048
  display: -webkit-box;
@@ -19923,6 +19927,8 @@ span.cds--pagination__text.cds--pagination__items-count {
19923
19927
  -webkit-box-align: center;
19924
19928
  -ms-flex-align: center;
19925
19929
  align-items: center;
19930
+ padding-top: 0.4375rem;
19931
+ padding-bottom: 0.4375rem;
19926
19932
  }
19927
19933
  .cds--tree-node__label:hover {
19928
19934
  background-color: var(--cds-layer-hover-01, #e8e8e8);
@@ -19963,7 +19969,15 @@ span.cds--pagination__text.cds--pagination__items-count {
19963
19969
  }
19964
19970
 
19965
19971
  .cds--tree-parent-node__toggle {
19966
- padding: 0;
19972
+ display: -webkit-box;
19973
+ display: -ms-flexbox;
19974
+ display: flex;
19975
+ -webkit-box-align: center;
19976
+ -ms-flex-align: center;
19977
+ align-items: center;
19978
+ -ms-flex-item-align: start;
19979
+ align-self: flex-start;
19980
+ padding: 0.0625rem 0;
19967
19981
  border: 0;
19968
19982
  margin-right: 0.5rem;
19969
19983
  }
@@ -19990,6 +20004,9 @@ span.cds--pagination__text.cds--pagination__items-count {
19990
20004
  .cds--tree-node__icon {
19991
20005
  min-width: 1rem;
19992
20006
  min-height: 1rem;
20007
+ -ms-flex-item-align: start;
20008
+ align-self: flex-start;
20009
+ margin-top: 0.0625rem;
19993
20010
  margin-right: 0.5rem;
19994
20011
  fill: var(--cds-icon-secondary, #525252);
19995
20012
  }
@@ -20022,6 +20039,8 @@ span.cds--pagination__text.cds--pagination__items-count {
20022
20039
 
20023
20040
  .cds--tree--xs .cds--tree-node__label {
20024
20041
  min-height: 1.5rem;
20042
+ padding-top: 0.25rem;
20043
+ padding-bottom: 0.25rem;
20025
20044
  }
20026
20045
 
20027
20046
  .cds--content {