Skip to content

Commit

Permalink
fix(button): remove unused css for button in order to fix bal-badge
Browse files Browse the repository at this point in the history
  • Loading branch information
nobilo committed Mar 7, 2022
1 parent 86fff19 commit 3b61c18
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions packages/components/src/components/bal-button/bal-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,6 @@ bal-button.is-fullwidth {
border-bottom-right-radius: $radius-none !important;
}

&:focus span,
&:active span,
&:focus bal-text,
&:active bal-text,
&:focus bal-icon,
&:active bal-icon,
&:focus bal-spinner,
&:active bal-spinner {
position: relative;
top: 0;
left: 0;
}

.icon-left,
.icon-right {
align-items: center;
Expand Down

0 comments on commit 3b61c18

Please sign in to comment.