Skip to content

Commit

Permalink
style: pds icon adjustments (#1903)
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips authored Jul 1, 2024
1 parent 35d35d5 commit c279013
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/sage-assets/lib/stylesheets/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,9 @@ $-btn-loading-min-height: rem(36px);
}
}
}

pds-icon {
pointer-events: none;
}
// NOTE: Icon generation consolidated in `core/_icons.scss`
}

Expand Down Expand Up @@ -675,7 +677,8 @@ a.sage-btn {
}

&::before,
span {
span,
pds-icon {
z-index: 1;
}
}
Expand Down Expand Up @@ -784,11 +787,6 @@ a.sage-btn {
background-color: transparent;
}
}

pds-icon {
z-index: 1;
pointer-events: none;
}
}

.sage-btn--small {
Expand Down

0 comments on commit c279013

Please sign in to comment.