Skip to content

Commit 00d2bd0

Browse files
committed
fix: remove table last row style.
1 parent 98b53f9 commit 00d2bd0

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

docs/quickreference.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -916,16 +916,6 @@ H2 部分
916916

917917
添加 `style-list-arrow``squarefill` 样式
918918

919-
### 列表表格末行样式
920-
921-
:- | :- | :-
922-
:- | :- | :-
923-
`claude` | 启动交互式 REPL | `claude`
924-
`--continue` | 在当前目录中加载最近的对话 | `claude --continue`
925-
<!--rehype:className=style-list-arrow circlefill-->
926-
927-
三列表格,末尾列如果只有 `code` 时边框显示
928-
929919
### 列表箭头样式展示表格
930920

931921
:- | :-

static/style/style.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -294,15 +294,6 @@ ul.style-arrow li:before {
294294
border-bottom: 5px solid transparent;
295295
}
296296

297-
table.style-list td:last-child > code:only-child,
298-
table.style-list-arrow td:last-child > code:only-child {
299-
border: 1px solid rgb(from var(--color-fg-default) r g b / 0.3);
300-
padding: 3px 5px;
301-
border-radius: 5px;
302-
width: 100%;
303-
display: block;
304-
}
305-
306297
table.squarefill td:first-child::before,
307298
table.square td:first-child::before,
308299
table.circlefill td:first-child::before,

0 commit comments

Comments
 (0)