Browse Source

fix: border colour as blue for selections

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6500/head
Raju Udava 12 months ago
parent
commit
114f93cf36
  1. 2
      packages/nc-gui/components/smartsheet/Cell.vue

2
packages/nc-gui/components/smartsheet/Cell.vue

@ -207,7 +207,7 @@ onUnmounted(() => {
'h-10': isForm && !isSurveyForm && !isAttachment(column) && !props.virtual,
'nc-grid-numeric-cell-left': (isForm && isNumericField && isExpandedFormOpen) || isEditColumnMenu,
'!min-h-30 resize-y': isTextArea(column) && (isForm || isSurveyForm),
'!border-2': props.editEnabled && (isSurveyForm || isForm),
'!border-2 !border-brand-500': props.editEnabled && (isSurveyForm || isForm),
},
]"
@keydown.enter.exact="navigate(NavigateDir.NEXT, $event)"

Loading…
Cancel
Save