Removed bootstrap aweseome checkbox

We now use Bootstrap 4's custom controls.
This commit is contained in:
Jan Böhmer 2019-09-18 18:40:59 +02:00
parent 2d34649ae6
commit 1a0e5408af
6 changed files with 51 additions and 49 deletions

View file

@ -638,22 +638,6 @@ label:not(.form-check-label, custom-control-label) {
padding: .1rem 1.5rem;
}
/* Font Awesome 5 with Checkbox support */
.abc-checkbox input[type="checkbox"]:checked+label::after,
.abc-checkbox input[type="radio"]:checked+label::after {
/*noinspection CssNoGenericFontName*/
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f00c";
font-weight: 900;
}
.form-check-dropdown {
display: flex;
width: auto;
padding-left: 10%;
}
.btn-group-append {
border-top-left-radius: 0;
border-bottom-left-radius: 0

View file

@ -22,7 +22,6 @@ import 'datatables.net-buttons-bs4/css/buttons.bootstrap4.css'
import 'datatables.net-fixedheader-bs4/css/fixedHeader.bootstrap4.css'
import 'datatables.net-select-bs4/css/select.bootstrap4.css'
import 'bootstrap-select/dist/css/bootstrap-select.css'
import 'awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css'
import "patternfly-bootstrap-treeview/src/css/bootstrap-treeview.css"