commit | a1c6667a68b7fc415eb89273747bd06ea48d5761 | [log] [tgz] |
---|---|---|
author | Andrew Bonventre <andybons@chromium.org> | Tue Jan 10 12:05:49 2017 -0800 |
committer | Andrew Bonventre <andybons@chromium.org> | Tue Jan 10 20:55:37 2017 +0000 |
tree | aa1e852762a5bb198ad89a3b442f312bf6e165b1 | |
parent | 0501747ec3927627da3ab9091bff26272177b287 [diff] |
Remove CSS that was causing change list to render at 11px font + Also makes anchor links block display to increase their hit targets. Change-Id: I66ea07b1c125b1f80df2aafece4a5254efd51bdb
diff --git a/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html b/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html index ad6eaa2..a4ca21a 100644 --- a/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html +++ b/polygerrit-ui/app/elements/change-list/gr-change-list-item/gr-change-list-item.html
@@ -41,6 +41,7 @@ } a { color: var(--default-text-color); + display: block; text-decoration: none; } a:hover {
diff --git a/polygerrit-ui/app/styles/gr-change-list-styles.html b/polygerrit-ui/app/styles/gr-change-list-styles.html index ffcf157..1257046 100644 --- a/polygerrit-ui/app/styles/gr-change-list-styles.html +++ b/polygerrit-ui/app/styles/gr-change-list-styles.html
@@ -85,9 +85,6 @@ width: 2.6em; text-align: center; } - :host { - font-size: 11px; - } @media only screen and (max-width: 50em) { :host { font-size: 14px;