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

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

Issue 2319763004: DevTools: (DO NOT COMMIT) Add shadow swatches to Sources, work in progress (Closed)
Patch Set: 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 20f30c05fe09e64827bb46f8d5367f22a2efedea..723111958efefb0387c1c48ea15e2cc49dcda0a9 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.5) {
-.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