Title: [224993] trunk/Source/WebInspectorUI
Revision
224993
Author
mattba...@apple.com
Date
2017-11-17 15:18:28 -0800 (Fri, 17 Nov 2017)

Log Message

Web Inspector: Disabled ImageAndText-style buttons should have gray text
https://bugs.webkit.org/show_bug.cgi?id=179843
<rdar://problem/35624337>

Reviewed by Joseph Pecoraro.

* UserInterface/Views/ButtonNavigationItem.css:
(.navigation-bar .item.button.disabled.image-and-text,):
(.navigation-bar .item.button.disabled > .glyph): Deleted.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (224992 => 224993)


--- trunk/Source/WebInspectorUI/ChangeLog	2017-11-17 23:14:18 UTC (rev 224992)
+++ trunk/Source/WebInspectorUI/ChangeLog	2017-11-17 23:18:28 UTC (rev 224993)
@@ -1,3 +1,15 @@
+2017-11-17  Matt Baker  <mattba...@apple.com>
+
+        Web Inspector: Disabled ImageAndText-style buttons should have gray text
+        https://bugs.webkit.org/show_bug.cgi?id=179843
+        <rdar://problem/35624337>
+
+        Reviewed by Joseph Pecoraro.
+
+        * UserInterface/Views/ButtonNavigationItem.css:
+        (.navigation-bar .item.button.disabled.image-and-text,):
+        (.navigation-bar .item.button.disabled > .glyph): Deleted.
+
 2017-11-17  Joseph Pecoraro  <pecor...@apple.com>
 
         Web Inspector: Network Tab - Update Ignore Caches button

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ButtonNavigationItem.css (224992 => 224993)


--- trunk/Source/WebInspectorUI/UserInterface/Views/ButtonNavigationItem.css	2017-11-17 23:14:18 UTC (rev 224992)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ButtonNavigationItem.css	2017-11-17 23:18:28 UTC (rev 224993)
@@ -68,6 +68,7 @@
     color: var(--glyph-color-active-pressed);
 }
 
+.navigation-bar .item.button.disabled.image-and-text,
 .navigation-bar .item.button.disabled > .glyph {
     color: var(--glyph-color-disabled);
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to