Skip to content

Commit

Permalink
fix: fixing the prompt view cancel button style for color and cursor …
Browse files Browse the repository at this point in the history
…shape backport to quince
  • Loading branch information
bogdan3d committed Feb 8, 2024
1 parent 9ca3c69 commit a0c97d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cms/static/sass/elements/_system-feedback.scss
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,12 @@

.action-secondary {
@extend %t-action4;
cursor: pointer;
color: $white;

&:hover {
color: $gray-l3;
}
}
}
}
Expand Down

0 comments on commit a0c97d6

Please sign in to comment.