Skip to content

Commit

Permalink
feat(components): remove console.log, add darker bg-color for tag on …
Browse files Browse the repository at this point in the history
…hover of action-list-item
  • Loading branch information
Manuel Proß committed Jun 11, 2024
1 parent 08786b2 commit 5f393ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@

&:hover {
background-color: var(--s-surface-overlay-hovered);

--swirl-tag-background-default: var(--s-surface-sunken-pressed);
}

&:focus {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ export class SwirlActionListItem {
const icon = this.iconEl?.children[0];
const suffix = this.suffixEl?.children[0];

console.log(suffix.tagName);

icon?.setAttribute("size", smallIcon ? "20" : "24");

if (suffix.tagName === "SWIRL-TAG") return;
Expand Down

0 comments on commit 5f393ed

Please sign in to comment.