Skip to content

Commit

Permalink
Add channel whitelist animation
Browse files Browse the repository at this point in the history
  • Loading branch information
hanydd committed Sep 8, 2024
1 parent 525bc91 commit a206495
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,9 @@
/*
* Whitelist add/remove icon
*/
.SBWhitelistIcon {
transition: transform 0.2s ease-in-out;
}
.SBWhitelistIcon > path {
fill: var(--sb-main-fg-color);
}
Expand Down

0 comments on commit a206495

Please sign in to comment.