This commit is contained in:
Marc Farré 2025-03-26 15:40:39 +00:00
parent dcaf593749
commit 09f606d32d
3 changed files with 9 additions and 1 deletions

View File

@ -7,6 +7,11 @@ label {
margin-bottom: 5px;
}
// Remove BS5 inner black color in radio
.form-check-input:checked {
background-color: transparent;
}
.radio,
.checkbox {
margin-top: 5px !important;

View File

@ -11959,6 +11959,9 @@ label {
font-weight: 700;
margin-bottom: 5px;
}
.form-check-input:checked {
background-color: transparent;
}
.radio, .checkbox {
margin-top: 5px !important;
margin-bottom: 0;

File diff suppressed because one or more lines are too long