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

Unified Diff: chrome/browser/resources/md_history/app.vulcanized.html

Issue 2346073003: [Polymer] updating (Closed)
Patch Set: Created 4 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/md_history/app.crisper.js ('k') | third_party/polymer/README.chromium » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/app.vulcanized.html
diff --git a/chrome/browser/resources/md_history/app.vulcanized.html b/chrome/browser/resources/md_history/app.vulcanized.html
index 99f7198f25a516042d1cc3ebc620c493affcb29e..5b7d2142a9047c42c37632980f57ea2deaf281ce 100644
--- a/chrome/browser/resources/md_history/app.vulcanized.html
+++ b/chrome/browser/resources/md_history/app.vulcanized.html
@@ -1530,6 +1530,7 @@ paper-icon-button {
color: var(--paper-input-container-input-color,var(--primary-text-color));;
-webkit-appearance: none;
text-align: inherit;
+ vertical-align: bottom;
font-family: var(--paper-font-subhead_-_font-family); -webkit-font-smoothing: var(--paper-font-subhead_-_-webkit-font-smoothing); font-size: var(--paper-font-subhead_-_font-size); font-weight: var(--paper-font-subhead_-_font-weight); line-height: var(--paper-font-subhead_-_line-height);
;
@@ -3450,7 +3451,7 @@ paper-tabs {
cursor: var(--cr-actionable_-_cursor);
}
-[selectable] :focus {
+[selectable]:focus, [selectable] > :focus {
background-color: var(--cr-selectable-focus_-_background-color); outline: var(--cr-selectable-focus_-_outline);
}
@@ -4391,7 +4392,7 @@ paper-spinner {
cursor: var(--cr-actionable_-_cursor);
}
-[selectable] :focus {
+[selectable]:focus, [selectable] > :focus {
background-color: var(--cr-selectable-focus_-_background-color); outline: var(--cr-selectable-focus_-_outline);
}
@@ -4766,7 +4767,7 @@ paper-spinner {
cursor: var(--cr-actionable_-_cursor);
}
-[selectable] :focus {
+[selectable]:focus, [selectable] > :focus {
background-color: var(--cr-selectable-focus_-_background-color); outline: var(--cr-selectable-focus_-_outline);
}
« no previous file with comments | « chrome/browser/resources/md_history/app.crisper.js ('k') | third_party/polymer/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698