diff --git a/src/ux-components/list-button/list-button.vue b/src/ux-components/list-button/list-button.vue index ebc137866..293f29d73 100644 --- a/src/ux-components/list-button/list-button.vue +++ b/src/ux-components/list-button/list-button.vue @@ -79,7 +79,7 @@ export default { color: $black; font-weight: 500; background: $blue-100; - box-shadow: 0 0 0 1px $blue; + border: 1px solid $blue; } &:checked:focus + .list-button-content { box-shadow: 0 0 0 2.5px $blue;