Changeset 269977 in webkit


Ignore:
Timestamp:
Nov 18, 2020 12:50:36 PM (3 years ago)
Author:
Aditya Keerthi
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.

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r269975 r269977  
     12020-11-18  Aditya Keerthi  <akeerthi@apple.com>
     2
     3        [iOS][FCR] Use new glyph for -webkit-list-button
     4        https://bugs.webkit.org/show_bug.cgi?id=219040
     5        <rdar://problem/71493560>
     6
     7        Reviewed by Wenson Hsieh.
     8
     9        This updates the appearance of the disclosure button used to view
     10        datalist options for text inputs.
     11
     12        * css/iOSFormControlRefresh.css:
     13        (input::-webkit-list-button): The glyph is taken from SF Symbols.
     14
    1152020-11-18  Aditya Keerthi  <akeerthi@apple.com>
    216
  • trunk/Source/WebCore/css/iOSFormControlRefresh.css

    r269975 r269977  
    3030}
    3131
     32input::-webkit-list-button {
     33    width: 12px;
     34    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>');
     35}
     36
    3237#endif
Note: See TracChangeset for help on using the changeset viewer.