@carbon/styles 1.17.0-rc.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
|
@@ -14143,6 +14143,11 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
14143
14143
|
z-index: 9000;
|
|
14144
14144
|
}
|
|
14145
14145
|
|
|
14146
|
+
.cds--modal-container--full-width .cds--modal-content {
|
|
14147
|
+
padding: 0;
|
|
14148
|
+
margin: 0;
|
|
14149
|
+
}
|
|
14150
|
+
|
|
14146
14151
|
/* stylelint-disable */
|
|
14147
14152
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
14148
14153
|
.cds--modal-close__icon {
|
|
@@ -19971,6 +19976,17 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
19971
19976
|
fill: var(--cds-support-error, #da1e28);
|
|
19972
19977
|
}
|
|
19973
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
|
+
|
|
19974
19990
|
.cds--text-area:disabled {
|
|
19975
19991
|
border-bottom: 1px solid transparent;
|
|
19976
19992
|
background-color: var(--cds-field);
|