@akropolys/kiku 1.7.6 → 1.7.7
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.js +22 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +22 -12
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +6 -0
- package/dist/styles.css.map +1 -1
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -1432,6 +1432,12 @@
|
|
|
1432
1432
|
.hsk-cb-think-head:hover {
|
|
1433
1433
|
color: var(--hsk-chat-text, #111);
|
|
1434
1434
|
}
|
|
1435
|
+
.hsk-cb-think-head--static {
|
|
1436
|
+
cursor: default;
|
|
1437
|
+
}
|
|
1438
|
+
.hsk-cb-think-head--static:hover {
|
|
1439
|
+
color: var(--hsk-chat-muted, #888);
|
|
1440
|
+
}
|
|
1435
1441
|
.hsk-cb-think-spin {
|
|
1436
1442
|
animation: hsk-think-spin 3s linear infinite;
|
|
1437
1443
|
}
|