Commit 382bb0d3 authored by Meredith Lane's avatar Meredith Lane Committed by Commit Bot

[ReaderMode] Replace ligature with numeric

To avoid the settings icon from being highlighted when a user enters
the "text" into the Find In Page, the icon ligature "text_format" has
been replaced with the relevant numeric code point.

Bug: 1027612
Change-Id: Ic39f9dd05b7ee23cc4af568d40bf81feeb79e192
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133533Reviewed-by: default avatarKatie Dektar <katie@chromium.org>
Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Commit-Queue: Meredith Lane <meredithl@chromium.org>
Cr-Commit-Position: refs/heads/master@{#756562}
parent adaa3675
...@@ -21,7 +21,7 @@ found in the LICENSE file. ...@@ -21,7 +21,7 @@ found in the LICENSE file.
<div id="settings-container" class="desktop-only"> <div id="settings-container" class="desktop-only">
<button id="settings-toggle" type="button" <button id="settings-toggle" type="button"
aria-label="Customize appearance" tabindex=0> aria-label="Customize appearance" tabindex=0>
<i class="material-icons">text_format</i> <i class="material-icons">&#xE165</i>
</button> </button>
<dialog id="settings-dialog"> <dialog id="settings-dialog">
<div id="settings-header"> <div id="settings-header">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment