Title: [271953] trunk/Source/WebInspectorUI
- Revision
- 271953
- Author
- [email protected]
- Date
- 2021-01-27 08:05:19 -0800 (Wed, 27 Jan 2021)
Log Message
Web Inspector: REGRESSION(r269166): not enough space around up/down arrows in execution context picker
https://bugs.webkit.org/show_bug.cgi?id=221014
<rdar://problem/73635556>
Patch by Razvan Caliman <[email protected]> on 2021-01-27
Reviewed by BJ Burg.
Fix shorthand notation for logical property `margin-start`
used on active execution context picker.
* UserInterface/Views/QuickConsole.css:
(.quick-console > .navigation-bar .active-execution-context > .selector-arrows):
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (271952 => 271953)
--- trunk/Source/WebInspectorUI/ChangeLog 2021-01-27 15:37:40 UTC (rev 271952)
+++ trunk/Source/WebInspectorUI/ChangeLog 2021-01-27 16:05:19 UTC (rev 271953)
@@ -1,3 +1,17 @@
+2021-01-27 Razvan Caliman <[email protected]>
+
+ Web Inspector: REGRESSION(r269166): not enough space around up/down arrows in execution context picker
+ https://bugs.webkit.org/show_bug.cgi?id=221014
+ <rdar://problem/73635556>
+
+ Reviewed by BJ Burg.
+
+ Fix shorthand notation for logical property `margin-start`
+ used on active execution context picker.
+
+ * UserInterface/Views/QuickConsole.css:
+ (.quick-console > .navigation-bar .active-execution-context > .selector-arrows):
+
2021-01-26 Razvan Caliman <[email protected]>
REGRESSION(r270637) Filtering does not work in Styles sidebar panel
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.css (271952 => 271953)
--- trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.css 2021-01-27 15:37:40 UTC (rev 271952)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/QuickConsole.css 2021-01-27 16:05:19 UTC (rev 271953)
@@ -95,7 +95,7 @@
height: 16px;
margin-top: 2px;
margin-bottom: 2px;
- margin-inline-start: 4px 3px;
+ margin-inline: 4px 3px;
opacity: 0.6;
}
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes