Skip to content

Commit

Permalink
fix: add missing tokens for Button component (#1924)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang authored and github-actions[bot] committed Feb 17, 2023
1 parent 15fda0f commit 6c5444b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/Button/Button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,6 @@
opacity: $btn-disabled-opacity;
}

&:not(:disabled):not(.disabled):not(.btn-link):active,
&:not(:disabled):not(.disabled):not(.btn-link).active,
.show > &.dropdown-toggle {
color: var(--pgn-btn-active-color, inherit);
background-color: var(--pgn-btn-active-bg, inherit);
border-color: var(--pgn-btn-active-border-color, transparent);
}

// Button Icon Sizes

.btn-icon-before {
Expand Down

0 comments on commit 6c5444b

Please sign in to comment.