Title: [192063] trunk/Source/WebInspectorUI
- Revision
- 192063
- Author
- [email protected]
- Date
- 2015-11-05 11:27:37 -0800 (Thu, 05 Nov 2015)
Log Message
Web Inspector: Toolbar "Inspect Node" button not highlighting when active
https://bugs.webkit.org/show_bug.cgi?id=150938
Patch by Joseph Pecoraro <[email protected]> on 2015-11-05
Reviewed by Timothy Hatcher.
* UserInterface/Views/ButtonToolbarItem.css:
(.toolbar .item.button:not(.disabled):matches(:focus, .activate.activated) > .glyph):
(.toolbar .item.button:not(.disabled):active:matches(:focus, .activate.activated) > .glyph):
Copy the navigation-bar button activated styles to toolbar.
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (192062 => 192063)
--- trunk/Source/WebInspectorUI/ChangeLog 2015-11-05 19:25:29 UTC (rev 192062)
+++ trunk/Source/WebInspectorUI/ChangeLog 2015-11-05 19:27:37 UTC (rev 192063)
@@ -1,3 +1,15 @@
+2015-11-05 Joseph Pecoraro <[email protected]>
+
+ Web Inspector: Toolbar "Inspect Node" button not highlighting when active
+ https://bugs.webkit.org/show_bug.cgi?id=150938
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/ButtonToolbarItem.css:
+ (.toolbar .item.button:not(.disabled):matches(:focus, .activate.activated) > .glyph):
+ (.toolbar .item.button:not(.disabled):active:matches(:focus, .activate.activated) > .glyph):
+ Copy the navigation-bar button activated styles to toolbar.
+
2015-11-04 Matt Baker <[email protected]>
Web Inspector: Load markers persist in timeline ruler after resetting recording
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ButtonToolbarItem.css (192062 => 192063)
--- trunk/Source/WebInspectorUI/UserInterface/Views/ButtonToolbarItem.css 2015-11-05 19:25:29 UTC (rev 192062)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ButtonToolbarItem.css 2015-11-05 19:27:37 UTC (rev 192063)
@@ -50,6 +50,14 @@
color: hsl(0, 0%, 30%);
}
+.toolbar .item.button:not(.disabled):matches(:focus, .activate.activated) > .glyph {
+ color: hsl(212, 92%, 54%);
+}
+
+.toolbar .item.button:not(.disabled):active:matches(:focus, .activate.activated) > .glyph {
+ color: hsl(218, 85%, 52%);
+}
+
.toolbar.small-size .item.button > .glyph {
width: 16px;
height: 16px;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes