From e0158a2d4b2a194de89bc98aab13d9fb5a699eba Mon Sep 17 00:00:00 2001 From: flandy Date: Thu, 21 Jul 2016 11:08:32 -0700 Subject: [PATCH] DevTools: Set mouse cursor to default when hovering over color swatch 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} --- front_end/ui/colorSwatch.css | 1 + 1 file changed, 1 insertion(+) diff --git a/front_end/ui/colorSwatch.css b/front_end/ui/colorSwatch.css index 36ad42c6a9..c13347ae73 100644 --- a/front_end/ui/colorSwatch.css +++ b/front_end/ui/colorSwatch.css @@ -26,6 +26,7 @@ height: 100%; display: inline-block; border: 1px solid rgba(128, 128, 128, 0.6); + cursor: default; } .color-swatch-inner:hover {