Browse Source

Merge pull request #5799 from DIWAKARKASHYAP/develop

eyeSlash icon is not shown in form #5798
pull/5541/merge
աɨռɢӄաօռɢ 1 year ago committed by GitHub
parent
commit
be402a45da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/nc-gui/components/smartsheet/Form.vue

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

@ -837,7 +837,7 @@ watch(view, (nextView) => {
<style scoped lang="scss">
.nc-editable:hover {
.nc-field-remove-icon {
:deep(.nc-field-remove-icon) {
@apply opacity-100;
}
}

Loading…
Cancel
Save