We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a984616 commit 4a5fa5fCopy full SHA for 4a5fa5f
packages/@adobe/spectrum-css-temp/components/checkbox/skin.css
@@ -37,7 +37,7 @@ governing permissions and limitations under the License.
37
38
/* Indeterminate is basically a checked state, so handle colors for checked state here */
39
.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box,
40
-.spectrum-Checkbox-input:checked + .spectrum-Checkbox-box {
+.spectrum-Checkbox.is-checked .spectrum-Checkbox-box {
41
&:before {
42
border-color: var(--spectrum-checkbox-emphasized-box-border-color-selected);
43
}
0 commit comments