Merge pull request #315 from Safelite/CSR-453-outline-on-list-button-fix

Remove outline from list-button.
This commit is contained in:
bmauger 2022-03-31 13:32:16 -04:00 committed by GitHub
commit ff35d2e75c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,9 +128,9 @@ export default {
fieldOptions['initialValue'] = fieldOptions.potentialInitialValue;
}
const {
checked,
handleChange,
const {
checked,
handleChange,
errors,
} = useField(props.groupName, props.validationRules, fieldOptions);
@ -147,6 +147,7 @@ export default {
<style lang="scss" scoped>
.list-group {
&.list-button {
outline: none;
input[type="radio"],
input[type="checkbox"] {
position: static; //override bootstrap
@ -183,6 +184,7 @@ export default {
border-radius: $border-radius-lg;
border: 1px solid $gray-500;
width: 100%;
outline: none;
span {
&.small {