We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ada38 commit 22d5cb7Copy full SHA for 22d5cb7
packages/theme-nonepress/src/theme/Tabs/index.tsx
@@ -69,7 +69,7 @@ function TabList({
69
<ul
70
role="tablist"
71
aria-orientation="horizontal"
72
- className={clsx("tabs tabs-list", className)}
+ className={clsx("tabs tabs-list tabs-lifted", className)}
73
>
74
{tabValues.map(({ value, label, attributes }) => (
75
<li
packages/theme-nonepress/src/theme/Tabs/styles.css
@@ -14,8 +14,6 @@
14
&-item {
15
--tab-border-color: transparent;
16
17
- @apply transition-[color,background-color] duration-500;
18
-
19
&-active {
20
--tab-border-color: oklch(var(--bc) / 10%);
21
}
0 commit comments