Title: [155247] trunk/Source/WebInspectorUI
Revision
155247
Author
[email protected]
Date
2013-09-06 23:26:11 -0700 (Fri, 06 Sep 2013)

Log Message

Web Inspector: Download Archive button incorrectly styled when disabled and tree element is not-selected
https://bugs.webkit.org/show_bug.cgi?id=120866

Patch by Joseph Pecoraro <[email protected]> on 2013-09-06
Reviewed by Timothy Hatcher.

* UserInterface/TreeElementStatusButton.css:
(.item > .status > .status-button.disabled > svg *):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (155246 => 155247)


--- trunk/Source/WebInspectorUI/ChangeLog	2013-09-07 06:25:14 UTC (rev 155246)
+++ trunk/Source/WebInspectorUI/ChangeLog	2013-09-07 06:26:11 UTC (rev 155247)
@@ -1,5 +1,15 @@
 2013-09-06  Joseph Pecoraro  <[email protected]>
 
+        Web Inspector: Download Archive button incorrectly styled when disabled and tree element is not-selected
+        https://bugs.webkit.org/show_bug.cgi?id=120866
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/TreeElementStatusButton.css:
+        (.item > .status > .status-button.disabled > svg *):
+
+2013-09-06  Joseph Pecoraro  <[email protected]>
+
         Web Inspector: Lint _javascript_ and CSS for minor issues
         https://bugs.webkit.org/show_bug.cgi?id=120884
 

Modified: trunk/Source/WebInspectorUI/UserInterface/TreeElementStatusButton.css (155246 => 155247)


--- trunk/Source/WebInspectorUI/UserInterface/TreeElementStatusButton.css	2013-09-07 06:25:14 UTC (rev 155246)
+++ trunk/Source/WebInspectorUI/UserInterface/TreeElementStatusButton.css	2013-09-07 06:26:11 UTC (rev 155247)
@@ -42,7 +42,7 @@
 }
 
 .item > .status > .status-button.disabled > svg * {
-    fill: rgb(112, 126, 139, 0.5) !important;
+    fill: rgba(112, 126, 139, 0.5) !important;
 }
 
 .item.selected > .status > .status-button.disabled > svg * {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to