Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
maenDisease committed Sep 1, 2023
1 parent 49ee921 commit 6e94fb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/bdAddonMini.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,11 @@
fill: var(--interactive-normal);
}

.bd-addon-card .bd-addon-button.bd-button-danger svg {
.bd-addon-card .bd-addon-button.bd-button-color-red svg {
transform: scale(1.2);
}

.bd-addon-card .bd-addon-button.bd-button-danger:not(:hover) svg {
.bd-addon-card .bd-addon-button.bd-button-color-red:not(:hover) svg {
fill: var(--info-danger-foreground);
}

Expand Down

0 comments on commit 6e94fb1

Please sign in to comment.