[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

sullivan sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:15:55 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 6860eb72d1ca4d999b6f0ee0cc5adc50647c2601
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Dec 3 20:50:36 2003 +0000

            - fixed these two design issues after Dave and I talked to HI:
            <rdar://problem/3497072>: There shouldn't be a focus ring around clicked regions
            <rdar://problem/3499315>: Focus ring should use aqua color always
    
            Reviewed by Dave.
    
            * khtml/css/html4.css:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5675 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 1c6b0f0..7ef5ed9 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,3 +1,13 @@
+2003-12-03  John Sullivan  <sullivan at apple.com>
+
+        - fixed these two design issues after Dave and I talked to HI:
+        <rdar://problem/3497072>: There shouldn't be a focus ring around clicked regions
+        <rdar://problem/3499315>: Focus ring should use aqua color always
+
+        Reviewed by Dave.
+
+        * khtml/css/html4.css:
+
 2003-12-03  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Ken.
diff --git a/WebCore/khtml/css/html4.css b/WebCore/khtml/css/html4.css
index 89607a5..62e4ca1 100644
--- a/WebCore/khtml/css/html4.css
+++ b/WebCore/khtml/css/html4.css
@@ -428,11 +428,11 @@ acronym {
 	font-style: italic;
 }
 
-:focus          { outline: -apple-aqua 3px }
+:focus          { outline: -apple-aqua 3px #1f5ccf}
 a:link          { color: #0000EE; text-decoration: underline; }
-a:link:active          { color: red; outline: -apple-aqua 3px }
+a:link:active          { color: red }
 a:visited              { color: #551A8B; text-decoration: underline; }
-a:visited:active       { color: red; outline: -apple-aqua 3px }
+a:visited:active       { color: red }
 
 /* ### :before is now supported, but we haven't tried reinstating this
    ### rule that was comment out long ago.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list