Skip to content

Commit

Permalink
Get rid of weird focus outline on checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
liamkeily committed Jan 17, 2024
1 parent 86f8769 commit 7ec173d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/bt-checkbox/plugin.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
.query-builder.bt-checkbox-bootstrap-icons {
.checkbox input[type='checkbox'] + label::before {
outline: 0;
}

.checkbox input[type='checkbox']:checked + label::after {
font-family: 'bootstrap-icons';
content: '\F633'; // https://icons.getbootstrap.com/icons/check-lg/
Expand Down

0 comments on commit 7ec173d

Please sign in to comment.