Skip to content

Commit

Permalink
DevTools: Set mouse cursor to default when hovering over color swatch
Browse files Browse the repository at this point in the history
The mouse pointer should change to indicate that you can click on the
swatch.

R=lushnikov

Review-Url: https://codereview.chromium.org/2159253006
Cr-Commit-Position: refs/heads/master@{#406904}
  • Loading branch information
DylanFlanders authored and Commit bot committed Jul 21, 2016
1 parent 4c0368e commit e0158a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front_end/ui/colorSwatch.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
height: 100%;
display: inline-block;
border: 1px solid rgba(128, 128, 128, 0.6);
cursor: default;
}

.color-swatch-inner:hover {
Expand Down

0 comments on commit e0158a2

Please sign in to comment.