Made radio button focus much more obvious on dark theme

This commit is contained in:
2020-10-24 20:22:01 +01:00
parent 7f9a7bba8b
commit 14e12f0fb9
4 changed files with 12 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -108,4 +108,7 @@
background: $gray-600;
color: white;
}
.custom-control-input:focus ~ .custom-control-label::before {
box-shadow: 0 0 0 $input-focus-width rgba($primary, 0.7) !important;
}
}