| Index: chrome/browser/resources/history/history.css
|
| diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
|
| index f3d432b3f6d10137b2d1e3d1c92c3da0724d037b..3cf0bd0aee6ba3277f2ed4546c17975014eb32e8 100644
|
| --- a/chrome/browser/resources/history/history.css
|
| +++ b/chrome/browser/resources/history/history.css
|
| @@ -334,12 +334,6 @@ html[dir='rtl'] .number-visits {
|
| margin-top: 1px;
|
| }
|
|
|
| -html[dir='rtl'] .entry .title,
|
| -html[dir='rtl'] .site-domain {
|
| - /* Put the favicon on the right. */
|
| - background-position-x: right;
|
| -}
|
| -
|
| .entry .time {
|
| color: rgb(151, 156, 160);
|
| max-width: 90px;
|
| @@ -447,38 +441,29 @@ html[dir='rtl'] .site-domain {
|
| white-space: nowrap;
|
| }
|
|
|
| -.entry .visit-entry,
|
| -.site-domain {
|
| - /* Make room for the favicon. */
|
| - -webkit-padding-start: 16px;
|
| -}
|
| -
|
| -.entry .visit-entry,
|
| -.site-domain,
|
| -.blocked-indicator {
|
| - /* Control the favicon appearance. */
|
| - background-position-y: center;
|
| - background-repeat: no-repeat;
|
| - background-size: 16px;
|
| -}
|
| -
|
| -html[dir='rtl'] .entry .visit-entry,
|
| -html[dir='rtl'] .site-domain,
|
| -html[dir='rtl'] .blocked-indicator {
|
| - background-position-x: right;
|
| -}
|
| -
|
| /* TODO(sergiu): If this is the final icon replace it with a separate resource.
|
| */
|
| .entry .blocked-indicator {
|
| - -webkit-padding-start: 20px; /* 16px for favicon, 4px for <a> padding. */
|
| - background-image: url(../ssl/images/roadblock.png);
|
| + -webkit-padding-start: 4px; /* For <a> padding. */
|
| }
|
|
|
| .blocked-indicator .title {
|
| color: rgb(151, 156, 160);
|
| }
|
|
|
| +.blocked-icon {
|
| + background-image: url(../ssl/images/roadblock.png)
|
| +}
|
| +
|
| +.favicon {
|
| + background-position-y: center;
|
| + background-repeat: no-repeat;
|
| + background-size: 16px;
|
| + flex-shrink: 0;
|
| + height: 16px;
|
| + width: 16px;
|
| +}
|
| +
|
| .site-domain button:hover {
|
| text-decoration: none;
|
| }
|
|
|