diff --git a/app/src/components/SelectizeZone.vue b/app/src/components/SelectizeZone.vue index c3687c21..69756185 100644 --- a/app/src/components/SelectizeZone.vue +++ b/app/src/components/SelectizeZone.vue @@ -1,63 +1,49 @@ - + - {{ item }} + {{ item | filter(format) }} - - - {{ ariaLabel }} - - - - - - - - - {{ choice }} - - - + @@ -202,33 +139,4 @@ export default { position: relative; top: 1px; } - -// Collapsed list -.collapse { - position: relative; - width: 100%; -} -// disable collapse animation -.collapsing { - -webkit-transition: none; - transition: none; - display: none; -} - -.list-group { - margin-top: .5rem; - max-height: 10rem; - overflow-y: auto; - position: absolute; - z-index: 10; - width: 100%; -} - -.list-group-item { - padding-top: 0; - padding-bottom: 0; - min-height: 2rem; - line-height: 1.75rem; - cursor: pointer; -}