Title: [272283] branches/safari-611-branch/Source/WebInspectorUI
Revision
272283
Author
[email protected]
Date
2021-02-02 17:41:32 -0800 (Tue, 02 Feb 2021)

Log Message

Cherry-pick r271953. rdar://problem/73847831

    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):

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@271953 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-611-branch/Source/WebInspectorUI/ChangeLog (272282 => 272283)


--- branches/safari-611-branch/Source/WebInspectorUI/ChangeLog	2021-02-03 01:41:30 UTC (rev 272282)
+++ branches/safari-611-branch/Source/WebInspectorUI/ChangeLog	2021-02-03 01:41:32 UTC (rev 272283)
@@ -1,5 +1,38 @@
 2021-02-02  Alan Coon  <[email protected]>
 
+        Cherry-pick r271953. rdar://problem/73847831
+
+    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):
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@271953 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-02-02  Alan Coon  <[email protected]>
+
         Cherry-pick r271927. rdar://problem/73887777
 
     REGRESSION(r270637) Filtering does not work in Styles sidebar panel

Modified: branches/safari-611-branch/Source/WebInspectorUI/UserInterface/Views/QuickConsole.css (272282 => 272283)


--- branches/safari-611-branch/Source/WebInspectorUI/UserInterface/Views/QuickConsole.css	2021-02-03 01:41:30 UTC (rev 272282)
+++ branches/safari-611-branch/Source/WebInspectorUI/UserInterface/Views/QuickConsole.css	2021-02-03 01:41:32 UTC (rev 272283)
@@ -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

Reply via email to