ywana-core8 0.2.119 → 0.2.120
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 -2
- package/package.json +1 -1
- package/src/html/tab.css +2 -2
package/dist/index.css
CHANGED
|
@@ -9432,8 +9432,8 @@ input:checked~.checkmark:after {
|
|
|
9432
9432
|
flex: 1;
|
|
9433
9433
|
}
|
|
9434
9434
|
|
|
9435
|
-
.tab:hover {
|
|
9436
|
-
background-color: var(--
|
|
9435
|
+
.tab:not(.selected):hover {
|
|
9436
|
+
background-color: var(--hover-color, rgba(0, 0, 0, 0.06)) !important;
|
|
9437
9437
|
cursor: pointer;
|
|
9438
9438
|
}
|
|
9439
9439
|
|
package/package.json
CHANGED