@citolab/qti-components 6.9.1-beta.53 → 6.9.1-beta.55
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/item.css +2 -2
- package/package.json +1 -1
package/dist/item.css
CHANGED
|
@@ -2466,7 +2466,7 @@ qti-response-declaration {
|
|
|
2466
2466
|
display: none;
|
|
2467
2467
|
}
|
|
2468
2468
|
|
|
2469
|
-
|
|
2469
|
+
&:state(--checked) {
|
|
2470
2470
|
border-color: var(--qti-bg-primary);
|
|
2471
2471
|
background-color: var(--qti-primary-light);
|
|
2472
2472
|
}
|
|
@@ -2516,7 +2516,7 @@ qti-response-declaration {
|
|
|
2516
2516
|
display: none;
|
|
2517
2517
|
}
|
|
2518
2518
|
|
|
2519
|
-
|
|
2519
|
+
&:state(--checked) {
|
|
2520
2520
|
background-color: var(--qti-primary-light); /* bg-blue-200 */
|
|
2521
2521
|
}
|
|
2522
2522
|
|