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

Unified Diff: chrome/browser/resources/history/history.css

Issue 558723003: history: make focus outline look good on all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment for estade@ Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/history/history.css
diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css
index 2711ba60f2797fd7c9fea7223d6f3f296e58781d..e7ffafa71dbb22985a02f76cd0a5947fd3b8de68 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -254,6 +254,7 @@ html[dir='rtl'] #display-filter-controls label span.first-button-component,
margin-bottom: 6px;
/* The box should be no bigger than its parent. */
max-width: 100%;
+ min-height: 2em;
overflow: hidden;
padding-bottom: 1px;
}
@@ -509,6 +510,14 @@ html .expand .site-domain-arrow {
color: rgb(48, 57, 66);
margin: 2px;
padding: 2px;
+ /* Focus outlines are rendered differently for each platform. */
+<if expr="is_macosx">
+ margin: 4px;
+ padding: 0;
+</if>
+<if expr="is_win">
+ padding: 0 2px;
+</if>
text-decoration: none;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698