Changeset 31010 in webkit


Ignore:
Timestamp:
Mar 12, 2008 4:00:34 PM (16 years ago)
Author:
Adam Roben
Message:

Make URLs not be underlined while editing them in the DOM view

Reviewed by Tim.

  • page/inspector/inspector.css:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r31009 r31010  
     12008-03-12  Adam Roben  <aroben@apple.com>
     2
     3        Make URLs not be underlined while editing them in the DOM view
     4
     5        Reviewed by Tim.
     6
     7        * page/inspector/inspector.css:
     8
    192008-03-12  Adam Roben  <aroben@apple.com>
    210
  • trunk/WebCore/page/inspector/inspector.css

    r30947 r31010  
    13101310}
    13111311
     1312.editing .webkit-html-external-link, .editing .webkit-html-resource-link {
     1313    text-decoration: none;
     1314}
     1315
    13121316.section .properties li.editing {
    13131317    margin-left: 8px;
Note: See TracChangeset for help on using the changeset viewer.