diff --git a/web/satellite/src/components/modals/editSessionTimeout/TimeoutSelector.vue b/web/satellite/src/components/modals/editSessionTimeout/TimeoutSelector.vue index 64c5f1136..f4a1c5531 100644 --- a/web/satellite/src/components/modals/editSessionTimeout/TimeoutSelector.vue +++ b/web/satellite/src/components/modals/editSessionTimeout/TimeoutSelector.vue @@ -23,7 +23,7 @@ @click.stop="() => select(option)" @keyup.enter="() => select(option)" > - {{ option.shortString }} + {{ option.shortString }} @@ -118,13 +118,13 @@ function toggleSelector() { justify-content: space-between; position: relative; padding: 10px 14px; + cursor: pointer; &__label { font-family: 'font_regular', sans-serif; font-size: 14px; line-height: 20px; color: var(--c-grey-6); - cursor: default; } &__arrow { @@ -149,10 +149,7 @@ function toggleSelector() { &__item { padding: 10px; - - &__label { - cursor: default; - } + cursor: pointer; &.selected { background: var(--c-grey-1);