File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -285,13 +285,11 @@ defineSlots<{
285
285
&& --variant-ghost {
286
286
@apply border border-transparent bg-transparent hover :border-default-alpha hover:bg-default-alpha active:bg-default-alpha focus:bg-default-alpha active:border-default-alpha focus:border-default-alpha ;
287
287
@apply dark :border-transparent dark:bg-transparent hover:dark:border-dark-default-alpha hover:dark:bg-dark-default-alpha active:dark:bg-dark-default-alpha focus:dark:bg-dark-default-alpha active:dark:border-dark-default-alpha focus:dark:border-dark-default-alpha;
288
- }
289
288
290
- /**
291
- * Provide colors
292
- * of button ghost variant
293
- */
294
- && --variant-ghost {
289
+ /**
290
+ * Provide colors
291
+ * of button ghost variant
292
+ */
295
293
& .btn {
296
294
& --primary {
297
295
@apply text-brand-action hover :text-brand-action focus:text-brand-action active:text-brand-action;
You can’t perform that action at this time.
0 commit comments