@carbon/styles 1.61.0 → 1.62.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 +6 -0
- package/css/styles.min.css +1 -1
- package/package.json +9 -9
- package/scss/components/tag/_tag.scss +5 -0
package/css/styles.css
CHANGED
|
@@ -8214,6 +8214,12 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
8214
8214
|
.cds--tag--interactive.cds--tag--disabled:hover {
|
|
8215
8215
|
cursor: not-allowed;
|
|
8216
8216
|
}
|
|
8217
|
+
.cds--tag--disabled:not(.cds--tag--operational) .cds--tag__label,
|
|
8218
|
+
.cds--tag--filter.cds--tag--disabled .cds--tag__label,
|
|
8219
|
+
.cds--tag--interactive.cds--tag--disabled .cds--tag__label {
|
|
8220
|
+
background-color: var(--cds-layer);
|
|
8221
|
+
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
8222
|
+
}
|
|
8217
8223
|
|
|
8218
8224
|
.cds--tag--selectable.cds--tag--disabled,
|
|
8219
8225
|
.cds--tag--operational.cds--tag--disabled {
|