Checkbox CSS (not list)

Ah yes, this is for the new version.

For Classic:

<pre><span><style>

[data-test="app-checkbox-list-item"]:has(rect[fill="currentColor"]) {
background-color: #f7b85c;
font-weight: 600;
}

</style></span></pre>
1 Like