Skip to content

Commit 72d416f

Browse files
committed
TimeTable - removed doubled top border on focus + possible slelection
1 parent d65659f commit 72d416f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/src/components/timetable/TimeTableRows.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,8 @@ function PlaceholderTableCell<
11671167
<div
11681168
className={twJoin(
11691169
"absolute inset-0 z-1",
1170-
isFocused && "border-3 border-brand-bold border-solid",
1170+
isFocused &&
1171+
"border-l-3 border-r-3 border-t-3 border-brand-bold border-solid",
11711172
)}
11721173
/>
11731174
)}

0 commit comments

Comments
 (0)