@carbon/styles 1.16.0 → 1.17.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
|
@@ -13320,11 +13320,20 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
13320
13320
|
display: -webkit-box;
|
|
13321
13321
|
display: -ms-flexbox;
|
|
13322
13322
|
display: flex;
|
|
13323
|
+
width: calc(100% - 2rem);
|
|
13323
13324
|
height: 1rem;
|
|
13324
13325
|
-webkit-box-align: center;
|
|
13325
13326
|
-ms-flex-align: center;
|
|
13326
13327
|
align-items: center;
|
|
13327
13328
|
margin: 0;
|
|
13329
|
+
-ms-overflow-style: none;
|
|
13330
|
+
overflow-x: scroll;
|
|
13331
|
+
scrollbar-width: none;
|
|
13332
|
+
white-space: nowrap;
|
|
13333
|
+
}
|
|
13334
|
+
|
|
13335
|
+
.cds--text-input--fluid .cds--label::-webkit-scrollbar {
|
|
13336
|
+
display: none;
|
|
13328
13337
|
}
|
|
13329
13338
|
|
|
13330
13339
|
.cds--text-input--fluid .cds--form__helper-text {
|
|
@@ -14134,6 +14143,11 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
14134
14143
|
z-index: 9000;
|
|
14135
14144
|
}
|
|
14136
14145
|
|
|
14146
|
+
.cds--modal-container--full-width .cds--modal-content {
|
|
14147
|
+
padding: 0;
|
|
14148
|
+
margin: 0;
|
|
14149
|
+
}
|
|
14150
|
+
|
|
14137
14151
|
/* stylelint-disable */
|
|
14138
14152
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
14139
14153
|
.cds--modal-close__icon {
|
|
@@ -19962,6 +19976,17 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
19962
19976
|
fill: var(--cds-support-error, #da1e28);
|
|
19963
19977
|
}
|
|
19964
19978
|
|
|
19979
|
+
.cds--text-area__counter-alert {
|
|
19980
|
+
position: absolute;
|
|
19981
|
+
overflow: hidden;
|
|
19982
|
+
width: 1px;
|
|
19983
|
+
height: 1px;
|
|
19984
|
+
padding: 0;
|
|
19985
|
+
border: 0;
|
|
19986
|
+
margin: -1px;
|
|
19987
|
+
clip: rect(0, 0, 0, 0);
|
|
19988
|
+
}
|
|
19989
|
+
|
|
19965
19990
|
.cds--text-area:disabled {
|
|
19966
19991
|
border-bottom: 1px solid transparent;
|
|
19967
19992
|
background-color: var(--cds-field);
|