@carbon/styles 1.64.0-rc.0 → 1.64.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
|
@@ -11269,11 +11269,11 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
11269
11269
|
color: var(--cds-text-primary, #161616);
|
|
11270
11270
|
}
|
|
11271
11271
|
|
|
11272
|
-
.cds--data-table tr
|
|
11272
|
+
.cds--data-table tr:hover .cds--link:not(.cds--popover-container .cds--link) {
|
|
11273
11273
|
color: var(--cds-link-secondary, #0043ce);
|
|
11274
11274
|
}
|
|
11275
11275
|
|
|
11276
|
-
.cds--data-table tr
|
|
11276
|
+
.cds--data-table tr:hover .cds--link--disabled:not(.cds--popover-container .cds--link) {
|
|
11277
11277
|
color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
|
|
11278
11278
|
}
|
|
11279
11279
|
|