Skip to content

Commit

Permalink
Merge pull request #34209 from bogdan3d/quince-backport-fix-prompt-vi…
Browse files Browse the repository at this point in the history
…ew-cancel-button-style-for-color-and-cursor-shape

fix: fixing the prompt view cancel button style for color and cursor …
  • Loading branch information
cmltaWt0 authored Feb 8, 2024
2 parents c37d7ba + a0c97d6 commit ac68aae
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 ac68aae

Please sign in to comment.