Changeset 27761 in webkit


Ignore:
Timestamp:
Nov 13, 2007 2:14:04 PM (16 years ago)
Author:
mitz@apple.com
Message:

Reviewed by Beth Dakin.

  • fix <rdar://problem/5551163> REGRESSION: Cursor does not change to arrow on "X" button in google maps, making it hard to click
  • css/html4.css: Added a 'cursor: auto' rule for links.
  • manual-tests/link-cursor-auto.html: Added.
Location:
trunk/WebCore
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r27760 r27761  
     12007-11-13  Dan Bernstein  <mitz@apple.com>
     2
     3        Reviewed by Beth Dakin.
     4
     5        - fix <rdar://problem/5551163> REGRESSION: Cursor does not change to arrow on "X" button in google maps, making it hard to click
     6
     7        * css/html4.css: Added a 'cursor: auto' rule for links.
     8        * manual-tests/link-cursor-auto.html: Added.
     9
    1102007-11-13  Dan Bernstein  <mitz@apple.com>
    211
  • trunk/WebCore/css/html4.css

    r25788 r27761  
    565565    color: -webkit-link;
    566566    text-decoration: underline;
     567    cursor: auto;
    567568}
    568569
Note: See TracChangeset for help on using the changeset viewer.