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

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

Issue 2159253006: DevTools: Set mouse cursor to default when hovering over color swatch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move property to .color-swatch-inner { Created 4 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/ui/colorSwatch.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/colorSwatch.css b/third_party/WebKit/Source/devtools/front_end/ui/colorSwatch.css
index 36ad42c6a9fa78fef268ff56aabdb4f09ca39929..c13347ae73bc137c8d1361242542d77675efd71f 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/colorSwatch.css
+++ b/third_party/WebKit/Source/devtools/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 {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698