Skip to content

Commit 547ad0a

Browse files
authored
fix: selector choose all pointer style (#1587)
1 parent 7b9d240 commit 547ad0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/unfold/static/unfold/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/unfold/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ table tr.selected th {
278278

279279
.selector-chooseall,
280280
.selector-clearall {
281-
@apply block border-t border-base-200 py-2 text-center text-sm text-primary-500 dark:border-base-700;
281+
@apply block border-t border-base-200 cursor-pointer py-2 text-center text-sm text-default;
282282
}
283283

284284
.selector-clearall {

0 commit comments

Comments
 (0)