|
2 | 2 | @config "../../config/tailwind.config.js"; |
3 | 3 |
|
4 | 4 | @layer base { |
| 5 | + *, |
| 6 | + ::after, |
| 7 | + ::before, |
| 8 | + ::backdrop, |
| 9 | + ::file-selector-button { |
| 10 | + border-color: var(--color-gray-200, currentColor); |
| 11 | + } |
| 12 | + |
5 | 13 | /* .forge-block { |
6 | 14 | @apply bg-white; |
7 | 15 | @apply shadow; |
|
39 | 47 | @apply inline-flex; |
40 | 48 | @apply items-center; |
41 | 49 | @apply text-sm; |
42 | | - @apply focus:outline-none; |
| 50 | + @apply focus:outline-hidden; |
43 | 51 | @apply focus:ring-2; |
44 | 52 | @apply focus:ring-offset-2; |
45 | 53 | @apply focus:ring-offset-gray-600; |
|
64 | 72 | @apply inline-flex; |
65 | 73 | @apply items-center; |
66 | 74 | @apply text-sm; |
67 | | - @apply focus:outline-none; |
| 75 | + @apply focus:outline-hidden; |
68 | 76 | @apply focus:ring-2; |
69 | 77 | @apply focus:ring-offset-2; |
70 | 78 | @apply focus:ring-offset-gray-600; |
|
88 | 96 | @apply inline-flex; |
89 | 97 | @apply items-center; |
90 | 98 | @apply text-sm; |
91 | | - @apply focus:outline-none; |
| 99 | + @apply focus:outline-hidden; |
92 | 100 | @apply focus:ring-2; |
93 | 101 | @apply focus:ring-offset-2; |
94 | 102 | @apply focus:ring-offset-gray-600; |
|
112 | 120 | @apply inline-flex; |
113 | 121 | @apply items-center; |
114 | 122 | @apply text-sm; |
115 | | - @apply focus:outline-none; |
| 123 | + @apply focus:outline-hidden; |
116 | 124 | @apply focus:ring-2; |
117 | 125 | @apply focus:ring-offset-2; |
118 | 126 | @apply focus:ring-offset-gray-600; |
|
136 | 144 | @apply inline-flex; |
137 | 145 | @apply items-center; |
138 | 146 | @apply text-sm; |
139 | | - @apply focus:outline-none; |
| 147 | + @apply focus:outline-hidden; |
140 | 148 | @apply focus:ring-2; |
141 | 149 | @apply focus:ring-offset-2; |
142 | 150 | @apply focus:ring-offset-gray-600; |
|
161 | 169 | @apply inline-flex; |
162 | 170 | @apply items-center; |
163 | 171 | @apply text-sm; |
164 | | - @apply focus:outline-none; |
| 172 | + @apply focus:outline-hidden; |
165 | 173 | @apply focus:ring-2; |
166 | 174 | @apply focus:ring-offset-2; |
167 | 175 | @apply focus:ring-offset-gray-600; |
|
335 | 343 | @apply py-1; |
336 | 344 | @apply border; |
337 | 345 | @apply border-gray-300; |
338 | | - @apply placeholder-gray-500; |
| 346 | + @apply placeholder:text-gray-500; |
339 | 347 | @apply text-gray-600; |
340 | 348 | } |
341 | 349 | input[type="radio"], |
|
353 | 361 | input[type="checkbox"]:focus, |
354 | 362 | select:focus, |
355 | 363 | textarea:focus { |
356 | | - @apply outline-none; |
| 364 | + @apply outline-hidden; |
357 | 365 | @apply ring-0; |
358 | 366 | @apply border-indigo-500; |
359 | 367 | } |
|
0 commit comments