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

@ -147,6 +147,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.list-group { .list-group {
&.list-button { &.list-button {
outline: none;
input[type="radio"], input[type="radio"],
input[type="checkbox"] { input[type="checkbox"] {
position: static; //override bootstrap position: static; //override bootstrap
@ -183,6 +184,7 @@ export default {
border-radius: $border-radius-lg; border-radius: $border-radius-lg;
border: 1px solid $gray-500; border: 1px solid $gray-500;
width: 100%; width: 100%;
outline: none;
span { span {
&.small { &.small {