CSR-1137 | time-slot-modal-list-button refactor

This commit is contained in:
Scott Kiener 2023-05-25 10:55:02 -04:00
parent 7327de6e7b
commit 13fa4a4cf5

View file

@ -15,7 +15,6 @@
{{ formattedButtonLabelSubCopy }} {{ formattedButtonLabelSubCopy }}
</span> </span>
</span> </span>
<span v-if="screenReaderOnlyText" class="sr-only"> <span v-if="screenReaderOnlyText" class="sr-only">
{{ screenReaderOnlyText }} {{ screenReaderOnlyText }}
</span> </span>
@ -52,9 +51,6 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.loader {
position: absolute;
}
.list-button { .list-button {
outline: none; outline: none;
input[type="radio"], input[type="radio"],