Skip to content

Commit

Permalink
indeterminate state of filter checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
jarekzet authored and goreck888 committed May 10, 2022
1 parent bbffd39 commit ca11268
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/javascript/stylesheets/_bootstrap-customizations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1442,6 +1442,19 @@ h5 {
top: 2px;
left: 6px;
}

input.indeterminate[type=checkbox]:checked + span::after {
content: '';
display: block;
width: 8px;
height: 10px;
border: 2solid $palette-black;
border-width: 2px 0 0 0;
position: absolute;
transform: none;
top: 7px;
left: 4px;
}
// scss-lint:enable all
label {
width: 85%;
Expand Down

0 comments on commit ca11268

Please sign in to comment.