[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

apavlov at chromium.org apavlov at chromium.org
Wed Dec 22 16:25:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit e42374189d0e500d3d2a3e5dc05d8bdc2d1b8ca1
Author: apavlov at chromium.org <apavlov at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Tue Nov 23 13:19:22 2010 +0000

    2010-11-23  Alexander Pavlov  <apavlov at chromium.org>
    
            Reviewed by Pavel Feldman.
    
            Web Inspector: [STYLES] Use strike through as an 'overridden' marker.
            https://bugs.webkit.org/show_bug.cgi?id=49961
    
            "line-through" is used for inactive properties overridden within the same style.
    
            * inspector/front-end/inspector.css:
            (.styles-section .properties .overloaded, .styles-section .properties .inactive, .styles-section .properties .disabled):
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@72598 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ccc9bc5..35a1c31 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,15 @@
+2010-11-23  Alexander Pavlov  <apavlov at chromium.org>
+
+        Reviewed by Pavel Feldman.
+
+        Web Inspector: [STYLES] Use strike through as an 'overridden' marker.
+        https://bugs.webkit.org/show_bug.cgi?id=49961
+
+        "line-through" is used for inactive properties overridden within the same style.
+
+        * inspector/front-end/inspector.css:
+        (.styles-section .properties .overloaded, .styles-section .properties .inactive, .styles-section .properties .disabled):
+
 2010-11-23  Yael Aharon  <yael.aharon at nokia.com>
 
         Reviewed by Antonio Gomes.
diff --git a/WebCore/inspector/front-end/inspector.css b/WebCore/inspector/front-end/inspector.css
index 29f2385..c60c748 100644
--- a/WebCore/inspector/front-end/inspector.css
+++ b/WebCore/inspector/front-end/inspector.css
@@ -4257,11 +4257,6 @@ a.worker-item {
     cursor: default;
 }
 
-.styles-section .properties .inactive {
-    opacity: 0.75;
-    background-color: rgb(212, 212, 212);
-}
-
 .styles-section .header {
     white-space: nowrap;
     -webkit-background-origin: padding;
@@ -4372,7 +4367,7 @@ a.worker-item {
     z-index: 1;
 }
 
-.styles-section .properties .overloaded, .styles-section .properties .disabled {
+.styles-section .properties .overloaded, .styles-section .properties .inactive, .styles-section .properties .disabled {
     text-decoration: line-through;
 }
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list