| Index: chrome/browser/resources/history/history.css
|
| diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
|
| index 74b1f0f2281f3580813d3d87c3c0b0e7efdc70cc..bffbd94e226d03370ac74218d9a7a700edf64d3a 100644
|
| --- a/chrome/browser/resources/history/history.css
|
| +++ b/chrome/browser/resources/history/history.css
|
| @@ -259,7 +259,7 @@ html[dir='rtl'] .site-domain {
|
| line-height: 1em;
|
| }
|
|
|
| -<if expr="not pp_ifdef('android')">
|
| +<if expr="not is_android">
|
| /* Checkboxes are shown when checked or focused, or when the entry is hovered.
|
| * Fade in on focus, but not on hover, because it makes the UI feel laggy. */
|
| .site-domain-wrapper input[type=checkbox]:not(:checked),
|
|
|