Skip to content

Commit c9dcbfb

Browse files
author
maeda-m
committed
Fixed #35 Underline style is added to ID of TextBlock and PageNumber
1 parent 5221835 commit c9dcbfb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/assets/workspace.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ svg {
2828
.s-rect, .s-ellipse, .s-line, .s-text, .s-tblock, .s-image, .s-iblock, .s-pageno {
2929
cursor: move;
3030
}
31+
32+
.s-tblock, .s-pageno {
33+
font-weight: normal;
34+
font-style: normal;
35+
text-decoration: none;
36+
}

0 commit comments

Comments
 (0)