Skip to content

Commit fb86353

Browse files
committed
fix flash of unstyled border
1 parent d37984d commit fb86353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/features/crawls/crawl-list/crawl-list-item.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class CrawlListItem extends BtrixElement {
2121
}
2222
2323
btrix-table-row {
24-
border-top: var(--btrix-border-top, 0);
24+
border-top: var(--btrix-border-top, 0px solid transparent);
2525
border-radius: var(--btrix-border-radius-top, 0)
2626
var(--btrix-border-radius-to, 0) var(--btrix-border-radius-bottom, 0)
2727
var(--btrix-border-radius-bottom, 0);

0 commit comments

Comments
 (0)