Title: [196855] trunk/Source/WebInspectorUI
- Revision
- 196855
- Author
- [email protected]
- Date
- 2016-02-19 21:51:29 -0800 (Fri, 19 Feb 2016)
Log Message
Web Inspector: Inherited selector rows have text too low
https://bugs.webkit.org/show_bug.cgi?id=154489
<rdar://problem/24754774>
Reviewed by Timothy Hatcher.
* UserInterface/Views/VisualStyleSelectorSection.css:
(.details-section.visual-style-selector-section > .content > .selectors > .selector-list > .section-divider):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (196854 => 196855)
--- trunk/Source/WebInspectorUI/ChangeLog 2016-02-20 04:41:06 UTC (rev 196854)
+++ trunk/Source/WebInspectorUI/ChangeLog 2016-02-20 05:51:29 UTC (rev 196855)
@@ -1,3 +1,14 @@
+2016-02-19 Nikita Vasilyev <[email protected]>
+
+ Web Inspector: Inherited selector rows have text too low
+ https://bugs.webkit.org/show_bug.cgi?id=154489
+ <rdar://problem/24754774>
+
+ Reviewed by Timothy Hatcher.
+
+ * UserInterface/Views/VisualStyleSelectorSection.css:
+ (.details-section.visual-style-selector-section > .content > .selectors > .selector-list > .section-divider):
+
2016-02-19 Devin Rousso <[email protected]>
Web Inspector: Color picker in Visual Styles sidebar should not default to zero alpha
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/VisualStyleSelectorSection.css (196854 => 196855)
--- trunk/Source/WebInspectorUI/UserInterface/Views/VisualStyleSelectorSection.css 2016-02-20 04:41:06 UTC (rev 196854)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/VisualStyleSelectorSection.css 2016-02-20 05:51:29 UTC (rev 196855)
@@ -102,8 +102,7 @@
.details-section.visual-style-selector-section > .content > .selectors > .selector-list > .section-divider {
position: -webkit-sticky;
top: -1px;
- height: 17px;
- padding: 2px;
+ height: 19px;
background-color: hsl(0, 0%, 95%);
border-color: var(--border-color);
border-style: solid;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes