Skip to content

Commit

Permalink
Merge pull request PrestaShop#20260 from NeOMakinG/issue14052
Browse files Browse the repository at this point in the history
Fix color of cursor using arrow keyboard on product page
  • Loading branch information
Progi1984 authored Jul 22, 2020
2 parents db6e4dc + df283cf commit b37582e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion admin-dev/themes/new-theme/scss/pages/_product_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,9 @@
padding: 0.3125rem 0.625rem;
color: $gray-medium;
cursor: pointer;
&:hover {

&:hover,
&.tt-cursor {
color: #fff;
background-color: $primary-hover;
}
Expand Down

0 comments on commit b37582e

Please sign in to comment.