commit | 18d824b5fc535a06962230a30b81ad942aec9a9b | [log] [tgz] |
---|---|---|
author | tasak@google.com <tasak@google.com> | Tue Feb 24 06:34:00 2015 |
committer | tasak@google.com <tasak@google.com> | Tue Feb 24 06:34:00 2015 |
tree | e74aa35cdd5fd9ef11d2126cdc4c8e66fbfe358a | |
parent | 864d3634410c56d6290cde056b9a55c9894e8b9b [diff] [blame] |
cursor should be pointer on image-link. BUG=455253 TEST=fast/dom/HTMLAreaElement/area-cursor.html Review URL: https://codereview.chromium.org/934563002 git-svn-id: svn://svn.chromium.org/blink/trunk@190717 bbb929c8-8fbe-4397-9dbb-9b2b20218538
diff --git a/Source/core/css/html.css b/Source/core/css/html.css index fe86f9f..5aa24bb 100644 --- a/Source/core/css/html.css +++ b/Source/core/css/html.css
@@ -656,7 +656,8 @@ } area { - display: inline + display: inline; + cursor: pointer; } param {