Chromium Code Reviews| Index: chrome/browser/resources/history/history.css |
| diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css |
| index a09e3268b0a63f26cb3e36dc0f88fa17a690913e..450ce67b93d2a69458b699aa15737f1240257f28 100644 |
| --- a/chrome/browser/resources/history/history.css |
| +++ b/chrome/browser/resources/history/history.css |
| @@ -170,7 +170,6 @@ html[dir='rtl'] .display-filter-button { |
| inset 0 1px 2px rgba(255, 255, 255, 0.75); |
| box-sizing: border-box; |
| color: rgb(68, 68, 68); |
| - cursor: default; |
| display: inline-block; |
| letter-spacing: normal; |
| line-height: 2em; |
| @@ -247,10 +246,7 @@ html[dir='rtl'] #display-filter-controls label span.first-button-component, |
| .entry-box, |
| .site-domain-row { |
| align-items: center; |
| - cursor: default; |
| display: flex; |
| - /* An odd line-height ensures a consistent baseline on all platforms. */ |
| - line-height: 1.75em; |
| margin-bottom: 6px; |
| /* The box should be no bigger than its parent. */ |
| max-width: 100%; |
| @@ -259,6 +255,11 @@ html[dir='rtl'] #display-filter-controls label span.first-button-component, |
| padding-bottom: 1px; |
| } |
| +.entry-box { |
| + /* An odd line-height ensures a consistent baseline on all platforms. */ |
|
Evan Stade
2014/09/23 20:41:29
this comment doesn't make sense because 1.75 is no
Dan Beam
2014/09/23 20:55:22
Done.
|
| + line-height: 1.75em; |
| +} |
| + |
| .site-domain-wrapper { |
| cursor: pointer; |
| display: flex; |
| @@ -461,10 +462,6 @@ html[dir='rtl'] .site-domain { |
| background-position-x: right; |
| } |
| -.site-domain button { |
| - color: rgb(48, 57, 66); |
| -} |
| - |
| .site-domain button:hover { |
| text-decoration: none; |
| } |
| @@ -506,7 +503,8 @@ html .expand .site-domain-arrow { |
| visibility: visible; |
| } |
| -.entry .title > a { |
| +.entry .title > a, |
| +.site-domain .link-button { |
| color: rgb(48, 57, 66); |
| margin: 2px; |
| padding: 2px; |