Skip to content

Commit 8e61ad1

Browse files
committed
fixup!
1 parent 43713be commit 8e61ad1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

packages/ui-components/styles/index.css

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@
1313
@import './base.css' layer(utilities);
1414
@import './markdown.css' layer(utilities);
1515

16-
/*
17-
See https://tailwindcss.com/docs/upgrade-guide#buttons-use-the-default-cursor
18-
See https://tailwindcss.com/docs/upgrade-guide#default-border-color
19-
*/
2016
@layer base {
21-
:root {
22-
--header-height: calc(var(--spacing, 0.25rem) * 16);
17+
/* See https://tailwindcss.com/docs/upgrade-guide#buttons-use-the-default-cursor */
18+
button,
19+
[role='button'] {
20+
&:not(:disabled) {
21+
cursor: pointer;
22+
}
2323
}
2424

25-
button:not(:disabled),
26-
[role="button"]:not(:disabled) {
27-
cursor: pointer;
25+
/* See https://tailwindcss.com/docs/upgrade-guide#default-border-color */
26+
:root {
27+
--header-height: calc(var(--spacing, 0.25rem) * 16);
2828
}
2929

3030
*,

0 commit comments

Comments
 (0)