Skip to content

Commit

Permalink
🔥 certif: remove css fix for pix-icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiaPena authored Nov 20, 2024
1 parent b5f69c7 commit 9ca6986
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 29 deletions.
23 changes: 0 additions & 23 deletions certif/app/styles/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,26 +84,3 @@ input:invalid {
* {
box-sizing: border-box;
}

.pix-toast__icon .pix-icon {
fill: var(--pix-neutral-0);
}

.pix-icon-button {
&:active:enabled,
&:focus:enabled {
.pix-icon {
fill: var(--pix-neutral-0);
}
}
}

.pix-toast__close-button-container button {
&:hover:enabled,
&:active:enabled,
&:focus:enabled {
.pix-icon {
fill: var(--pix-neutral-0);
}
}
}
6 changes: 0 additions & 6 deletions certif/app/styles/pages/authenticated/sessions/details.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,6 @@

&__clipboard-button {
margin-left: 4px;

.pix-icon-button {
&:hover {
background-color: var(--pix-neutral-100);
}
}
}
}

Expand Down

0 comments on commit 9ca6986

Please sign in to comment.