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

Unified Diff: Source/core/css/html.css

Issue 934563002: cursor should be pointer on image-link. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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 | « LayoutTests/fast/dom/HTMLAreaElement/area-cursor-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/html.css
diff --git a/Source/core/css/html.css b/Source/core/css/html.css
index fe86f9f5afa7a35b5f30bb352e802be1aabb1380..5aa24bba94ab4759c3adb722dbe36a0e7deaafb4 100644
--- a/Source/core/css/html.css
+++ b/Source/core/css/html.css
@@ -656,7 +656,8 @@ datalist {
}
area {
- display: inline
+ display: inline;
+ cursor: pointer;
}
param {
« no previous file with comments | « LayoutTests/fast/dom/HTMLAreaElement/area-cursor-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698