Fix: inconsistent border colors in input groups

This commit is contained in:
shamoon 2023-11-21 21:59:03 -08:00
parent 47a416dd9b
commit 1f32e4a642
2 changed files with 4 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

View File

@ -323,6 +323,10 @@ textarea,
}
}
.input-group .btn-outline-secondary {
border-color: var(--bs-border-color);
}
.form-check-input:checked {
background-color: var(--bs-primary);
border-color: var(--bs-primary);