Index: third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css b/third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css |
index 6fc9c944cb3aa200b7f16f7e2dc50545e7de63b5..e8cb16929ff6f6abcef6a09da50fdf2d34ec1b37 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css |
@@ -8,7 +8,7 @@ |
white-space: nowrap; |
} |
-.bezier-swatch { |
+.bezier-swatch-icon { |
position: relative; |
margin-left: 1px; |
margin-right: 2px; |
@@ -22,14 +22,15 @@ |
-webkit-mask-size: 190px 30px; |
-webkit-mask-position: -80px -20px; |
background-color: #9C27B0; |
+ cursor: default; |
} |
@media (-webkit-min-device-pixel-ratio: 1.1) { |
-.bezier-swatch { |
+.bezier-swatch-icon { |
-webkit-mask-image: url(Images/smallIcons_2x.png); |
} |
} /* media */ |
-.bezier-swatch:hover { |
+.bezier-swatch-icon:hover { |
background-color: #800080; |
} |