Title: [269977] trunk/Source/WebCore
Revision
269977
Author
[email protected]
Date
2020-11-18 12:50:36 -0800 (Wed, 18 Nov 2020)

Log Message

[iOS][FCR] Use new glyph for -webkit-list-button
https://bugs.webkit.org/show_bug.cgi?id=219040
<rdar://problem/71493560>

Reviewed by Wenson Hsieh.

This updates the appearance of the disclosure button used to view
datalist options for text inputs.

* css/iOSFormControlRefresh.css:
(input::-webkit-list-button): The glyph is taken from SF Symbols.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (269976 => 269977)


--- trunk/Source/WebCore/ChangeLog	2020-11-18 20:45:49 UTC (rev 269976)
+++ trunk/Source/WebCore/ChangeLog	2020-11-18 20:50:36 UTC (rev 269977)
@@ -1,5 +1,19 @@
 2020-11-18  Aditya Keerthi  <[email protected]>
 
+        [iOS][FCR] Use new glyph for -webkit-list-button
+        https://bugs.webkit.org/show_bug.cgi?id=219040
+        <rdar://problem/71493560>
+
+        Reviewed by Wenson Hsieh.
+
+        This updates the appearance of the disclosure button used to view
+        datalist options for text inputs.
+
+        * css/iOSFormControlRefresh.css:
+        (input::-webkit-list-button): The glyph is taken from SF Symbols.
+
+2020-11-18  Aditya Keerthi  <[email protected]>
+
         [iOS][FCR] Add new look for radio buttons
         https://bugs.webkit.org/show_bug.cgi?id=219046
         <rdar://problem/71498263>

Modified: trunk/Source/WebCore/css/iOSFormControlRefresh.css (269976 => 269977)


--- trunk/Source/WebCore/css/iOSFormControlRefresh.css	2020-11-18 20:45:49 UTC (rev 269976)
+++ trunk/Source/WebCore/css/iOSFormControlRefresh.css	2020-11-18 20:50:36 UTC (rev 269977)
@@ -29,4 +29,9 @@
     box-sizing: border-box;
 }
 
+input::-webkit-list-button {
+    width: 12px;
+    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 71 42"><path fill="rgb(0, 122, 255)" 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>');
+}
+
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to