Commit f5e5db33 authored by Lei Zhang's avatar Lei Zhang Committed by Commit Bot

Remove iOS references in shared_style.html.

The HTML file lives inside chrome/, which iOS does not use at all.

Change-Id: I0dfdcf240a8030dd69c8ca4804522e7f3990a87e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1839635
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#702925}
parent f243d12b
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
width: 20px; width: 20px;
} }
<if expr="is_macosx or is_ios"> <if expr="is_macosx">
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
.folder-icon { .folder-icon {
content: url(chrome://theme/IDR_FOLDER_CLOSED_WHITE); content: url(chrome://theme/IDR_FOLDER_CLOSED_WHITE);
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
} }
</if> </if>
<if expr="not is_macosx and not is_ios"> <if expr="not is_macosx">
.folder-icon[open] { .folder-icon[open] {
content: url(chrome://theme/IDR_FOLDER_OPEN); content: url(chrome://theme/IDR_FOLDER_OPEN);
} }
......
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