|
22 | 22 | } |
23 | 23 |
|
24 | 24 | .secondary-tab-nav-mobile-selected { |
25 | | - @apply datum-text-sm text-midnight-fjord shrink-0 font-semibold; |
| 25 | + @apply datum-text-sm text-canyon-clay---links shrink-0 font-semibold; |
26 | 26 | } |
27 | 27 |
|
28 | 28 | .secondary-tab-nav-mobile-chevron { |
|
42 | 42 | } |
43 | 43 |
|
44 | 44 | .secondary-tab-nav-mobile-link { |
45 | | - @apply datum-text-sm text-midnight-fjord/60 mx-2 flex items-center gap-2 rounded-sm px-4 py-3 font-medium no-underline; |
46 | | - @apply hover:bg-glacier-mist-700/50 hover:text-midnight-fjord/80; |
| 45 | + @apply datum-text-sm text-midnight-fjord/60 mx-2 flex items-center gap-2 rounded-md px-4 py-3 font-medium no-underline; |
| 46 | + @apply hover:text-midnight-fjord/80; |
47 | 47 |
|
48 | 48 | &--active { |
49 | | - @apply bg-glacier-mist-900 text-midnight-fjord font-semibold; |
50 | | - @apply hover:bg-glacier-mist-900 hover:text-midnight-fjord; |
| 49 | + @apply text-canyon-clay---links bg-white font-semibold; |
| 50 | + @apply hover:text-canyon-clay---links hover:bg-white; |
51 | 51 | } |
52 | 52 | } |
53 | 53 |
|
54 | | - /* Track color on the list avoids a white→gray flash before tab backgrounds paint */ |
55 | 54 | .secondary-tab-nav__list { |
56 | | - @apply md:border-glacier-mist-900 md:bg-glacier-mist-700 m-0 hidden list-none p-0 md:inline-flex md:overflow-hidden md:rounded-md md:border; |
| 55 | + @apply bg-glacier-mist-800 m-0 hidden list-none gap-0 p-0.5 md:inline-flex md:overflow-hidden md:rounded-lg; |
| 56 | + |
57 | 57 | li { |
58 | | - @apply last:[&>a]:border-r-0; |
| 58 | + @apply m-0 p-0; |
59 | 59 | } |
60 | 60 | } |
61 | 61 |
|
62 | 62 | .secondary-tab-nav__tab { |
63 | | - @apply datum-text-sm text-midnight-fjord/60 border-glacier-mist-900 inline-flex items-center justify-center border-r bg-transparent px-6 py-1.25 font-medium no-underline; |
64 | | - @apply hover:bg-glacier-mist-700/40 hover:text-midnight-fjord/75; |
| 63 | + @apply datum-text-sm text-midnight-fjord/60 inline-flex items-center justify-center rounded-md bg-transparent font-medium no-underline; |
| 64 | + @apply hover:text-midnight-fjord/80; |
65 | 65 | @apply focus-visible:ring-midnight-fjord/30 focus-visible:relative focus-visible:z-10 focus-visible:ring-2 focus-visible:outline-none focus-visible:ring-inset; |
| 66 | + @apply px-6 py-1.5; |
66 | 67 | } |
67 | 68 |
|
68 | 69 | .secondary-tab-nav__tab--active { |
69 | | - @apply bg-glacier-mist-900 text-midnight-fjord font-semibold; |
70 | | - @apply hover:bg-glacier-mist-900 hover:text-midnight-fjord; |
| 70 | + @apply text-canyon-clay---links bg-white font-semibold; |
| 71 | + @apply hover:text-canyon-clay---links hover:bg-white; |
71 | 72 | } |
72 | 73 | } |
0 commit comments