Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(37)

Side by Side Diff: chrome/browser/resources/md_history/shared_style.html

Issue 2169433003: MD History: remove underline/bgcolor change on :hover (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <dom-module id="shared-style"> 1 <dom-module id="shared-style">
2 <template> 2 <template>
3 <style> 3 <style>
4 :root { 4 :root {
5 --card-border-color: rgba(0, 0, 0, 0.14); 5 --card-border-color: rgba(0, 0, 0, 0.14);
6 --card-first-last-item-padding: 8px; 6 --card-first-last-item-padding: 8px;
7 --card-max-width: 960px; 7 --card-max-width: 960px;
8 --card-min-width: 550px; 8 --card-min-width: 550px;
9 --card-padding-between: 20px; 9 --card-padding-between: 20px;
10 --card-padding-side: 24px; 10 --card-padding-side: 24px;
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 width: 16px; 59 width: 16px;
60 } 60 }
61 61
62 .website-title { 62 .website-title {
63 color: var(--primary-text-color); 63 color: var(--primary-text-color);
64 overflow: hidden; 64 overflow: hidden;
65 text-decoration: none; 65 text-decoration: none;
66 text-overflow: ellipsis; 66 text-overflow: ellipsis;
67 white-space: nowrap; 67 white-space: nowrap;
68 } 68 }
69
70 .website-title:hover {
71 text-decoration: underline;
72 }
73 </style> 69 </style>
74 </template> 70 </template>
75 </dom-module> 71 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/list_container.html ('k') | chrome/browser/resources/md_history/synced_device_card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698