|
30 | 30 | } |
31 | 31 |
|
32 | 32 | /* Keep checkbox "There is a previous release" well visible at all times */ |
33 | | - #prev-release.disabled .form-check label { |
| 33 | + #prev-release.disabled .custom-control label { |
34 | 34 | color: #212529 !important; |
35 | 35 | } |
36 | 36 |
|
@@ -358,9 +358,9 @@ <h1 class="display-3"><a href="" class="logo">Shared Library Version Bump</a></h |
358 | 358 | <div id="prev-release"> |
359 | 359 | <h2 class="display-4 mt-0">Previous Release</h2> |
360 | 360 | <div class="container"> |
361 | | - <div class="form-check"> |
362 | | - <input class="form-check-input" type="checkbox" id="prev-exists"> |
363 | | - <label class="form-check-label" for="prev-exists"> |
| 361 | + <div class="custom-control custom-checkbox"> |
| 362 | + <input class="custom-control-input" type="checkbox" id="prev-exists"> |
| 363 | + <label class="custom-control-label" for="prev-exists"> |
364 | 364 | There is a previous release |
365 | 365 | </label> |
366 | 366 | </div> |
@@ -390,28 +390,28 @@ <h2 class="mt-4"> |
390 | 390 | <small class="text-muted">in the Mean Time</small> |
391 | 391 | </h2> |
392 | 392 | <div class="container"> |
393 | | - <div class="form-check"> |
394 | | - <input class="form-check-input" type="checkbox" id="changes-any"> |
395 | | - <label class="form-check-label" for="changes-any"> |
| 393 | + <div class="custom-control custom-checkbox"> |
| 394 | + <input class="custom-control-input" type="checkbox" id="changes-any"> |
| 395 | + <label class="custom-control-label" for="changes-any"> |
396 | 396 | Changed something in the source code |
397 | 397 | </label> |
398 | 398 | </div> |
399 | 399 | <div style="padding-left: 1.4em"> |
400 | | - <div class="form-check"> |
401 | | - <input class="form-check-input" type="checkbox" id="changes-added"> |
402 | | - <label class="form-check-label" for="changes-added"> |
| 400 | + <div class="custom-control custom-checkbox"> |
| 401 | + <input class="custom-control-input" type="checkbox" id="changes-added"> |
| 402 | + <label class="custom-control-label" for="changes-added"> |
403 | 403 | Added something new to the public interface |
404 | 404 | </label> |
405 | 405 | </div> |
406 | | - <div class="form-check"> |
407 | | - <input class="form-check-input" type="checkbox" id="changes-removed"> |
408 | | - <label class="form-check-label" for="changes-removed"> |
| 406 | + <div class="custom-control custom-checkbox"> |
| 407 | + <input class="custom-control-input" type="checkbox" id="changes-removed"> |
| 408 | + <label class="custom-control-label" for="changes-removed"> |
409 | 409 | Removed something from the public interface |
410 | 410 | </label> |
411 | 411 | </div> |
412 | | - <div class="form-check"> |
413 | | - <input class="form-check-input" type="checkbox" id="changes-changed"> |
414 | | - <label class="form-check-label" for="changes-changed"> |
| 412 | + <div class="custom-control custom-checkbox"> |
| 413 | + <input class="custom-control-input" type="checkbox" id="changes-changed"> |
| 414 | + <label class="custom-control-label" for="changes-changed"> |
415 | 415 | Changed any existing part of the public interface |
416 | 416 | </label> |
417 | 417 | </div> |
|
0 commit comments