Skip to content

Commit

Permalink
fix(@clayui/css): Mixins clay-button-variant remove outputting `a.b…
Browse files Browse the repository at this point in the history
…tn, button.btn { cursor: pointer; }` we can pass it in directly to `.btn`
  • Loading branch information
pat270 committed Sep 14, 2021
1 parent ca2d59a commit d5a1942
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/clay-css/src/scss/mixins/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -372,13 +372,6 @@
@if ($enabled) {
@include clay-css($base);

@at-root {
a#{&},
button#{&} {
cursor: map-get($map, cursor);
}
}

@if ($breakpoint-down) {
@include media-breakpoint-down($breakpoint-down) {
@include clay-css($mobile);
Expand Down

0 comments on commit d5a1942

Please sign in to comment.