Skip to content

Commit ea80fa5

Browse files
author
Jeffrey Biles
committed
Add style for checkbox partial-check
1 parent 9c1b2a6 commit ea80fa5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/App.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ input[type='checkbox'] {
8383
padding: 10px;
8484
}
8585
86+
input[type='checkbox'].partial-check {
87+
background: #ABC;
88+
}
89+
8690
input[type='checkbox']:checked {
8791
background: #679;
8892
}

0 commit comments

Comments
 (0)