ui-kit-ck-consultant 0.5.112 → 0.5.113
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/dist/index.css +2 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
@@ -1391,6 +1391,7 @@
|
|
1391
1391
|
cursor: not-allowed !important;
|
1392
1392
|
background-color: var(--gray) !important;
|
1393
1393
|
color: var(--white) !important;
|
1394
|
+
opacity: 1 !important;
|
1394
1395
|
}
|
1395
1396
|
|
1396
1397
|
._38JFK:not(._NU04_):hover {
|
@@ -1529,6 +1530,7 @@
|
|
1529
1530
|
cursor: not-allowed !important;
|
1530
1531
|
background-color: var(--gray) !important;
|
1531
1532
|
color: var(--white) !important;
|
1533
|
+
opacity: 1 !important;
|
1532
1534
|
}
|
1533
1535
|
|
1534
1536
|
._2JnR3:not(._a0pKA):hover > div:first-child {
|