Browse Source

refactor: filling range style

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/5896/head
mertmit 1 year ago
parent
commit
7cb548106f
  1. 2
      packages/nc-gui/components/smartsheet/Grid.vue

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

@ -1387,7 +1387,7 @@ watch(
// todo: replace with css variable
td.filling::after {
@apply border-1 border-solid text-accent border-current;
@apply border-1 border-dashed text-primary border-current bg-gray-100 bg-opacity-50;
}
//td.active::before {

Loading…
Cancel
Save