Skip to content

Commit d5a1942

Browse files
committed
fix(@clayui/css): Mixins clay-button-variant remove outputting a.btn, button.btn { cursor: pointer; } we can pass it in directly to .btn
1 parent ca2d59a commit d5a1942

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

packages/clay-css/src/scss/mixins/_buttons.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -372,13 +372,6 @@
372372
@if ($enabled) {
373373
@include clay-css($base);
374374

375-
@at-root {
376-
a#{&},
377-
button#{&} {
378-
cursor: map-get($map, cursor);
379-
}
380-
}
381-
382375
@if ($breakpoint-down) {
383376
@include media-breakpoint-down($breakpoint-down) {
384377
@include clay-css($mobile);

0 commit comments

Comments
 (0)