Title: [276383] trunk/Source/WebCore
Revision
276383
Author
[email protected]
Date
2021-04-21 12:41:14 -0700 (Wed, 21 Apr 2021)

Log Message

[iOS][FCR] Update datalist dropdown indicator
https://bugs.webkit.org/show_bug.cgi?id=224844
<rdar://problem/76785950>

Reviewed by Wenson Hsieh.

* css/html.css:
(input::-webkit-list-button):

Updated to use a "small" sized SF symbol.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (276382 => 276383)


--- trunk/Source/WebCore/ChangeLog	2021-04-21 19:08:46 UTC (rev 276382)
+++ trunk/Source/WebCore/ChangeLog	2021-04-21 19:41:14 UTC (rev 276383)
@@ -1,3 +1,16 @@
+2021-04-21  Aditya Keerthi  <[email protected]>
+
+        [iOS][FCR] Update datalist dropdown indicator
+        https://bugs.webkit.org/show_bug.cgi?id=224844
+        <rdar://problem/76785950>
+
+        Reviewed by Wenson Hsieh.
+
+        * css/html.css:
+        (input::-webkit-list-button):
+
+        Updated to use a "small" sized SF symbol.
+
 2021-04-21  Tyler Wilcock  <[email protected]>
 
         [css-counter-styles] Parse @counter-style descriptors

Modified: trunk/Source/WebCore/css/html.css (276382 => 276383)


--- trunk/Source/WebCore/css/html.css	2021-04-21 19:08:46 UTC (rev 276382)
+++ trunk/Source/WebCore/css/html.css	2021-04-21 19:41:14 UTC (rev 276383)
@@ -704,7 +704,7 @@
     -webkit-user-select: none;
 #if defined(WTF_PLATFORM_IOS_FAMILY) && WTF_PLATFORM_IOS_FAMILY
     width: 11px;
-    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 71 42"><path fill="-apple-system-blue" d="M36.00979 41.8692c1.70898 0 3.17383-.63483 4.49219-2.00201L69.45706 10.6192c1.02539-1.07428 1.61133-2.39264 1.61133-3.95514C71.06839 3.49017 68.52933 1 65.40433 1c-1.51367 0-2.97852.63477-4.10156 1.75781L36.05863 28.4414 10.76566 2.75781C9.64261 1.63476 8.2266 1 6.61527 1c-3.125 0-5.61523 2.49017-5.61523 5.66406 0 1.5625.53711 2.88086 1.61133 3.95514l28.95508 29.24799c1.36719 1.36719 2.7832 2.00201 4.44336 2.00201z"/></svg>');
+    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 71 42"><path fill="-apple-system-blue" d="M35.48 38.029c1.424 0 2.645-.529 3.743-1.668L63.352 11.987c.854-.895 1.343-1.994 1.343-3.296C64.695 6.046 62.579 3.971 59.975 3.971c-1.261 0-2.482.529-3.418 1.465L35.52 26.839 14.443 5.436C13.507 4.5 12.327 3.971 10.984 3.971c-2.604 0-4.679 2.075-4.679 4.72 0 1.302.448 2.401 1.343 3.296l24.129 24.373c1.139 1.139 2.319 1.668 3.703 1.668z"/></svg>');
     /* Make it easier to hit the button on iOS */
     padding: 7px;
     margin: -7px;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to