Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(260)

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/bezierSwatch.css

Issue 2298903002: DevTools: Modify BezierSwatch to follow same style as ColorSwatch (Closed)
Patch Set: Fix merge conflict Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698