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

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

Issue 658523007: history: fix focus outline for [ All | Week | Month ] controls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 a52d7df0fed719d4d67aae0cbed5097b622d883b..45bbd9680eda9e20f47c523c1de52c05ae2379c7 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -165,6 +165,7 @@ html[dir='rtl'] #range-previous {
text-shadow: 0 1px 0 rgb(240, 240, 240);
text-transform: none;
vertical-align: middle;
+ width: auto;
word-spacing: normal;
}
@@ -172,6 +173,11 @@ html[dir='rtl'] #range-previous {
-webkit-border-start-width: 0;
}
+#timeframe-controls input[type='radio']:not(:first-of-type):focus {
+ -webkit-border-start-width: 1px;
+ -webkit-margin-start: -1px;
+}
+
html[dir='ltr'] #timeframe-controls input[type='radio']:first-of-type,
html[dir='rtl'] #timeframe-controls input[type='radio']:last-of-type {
border-bottom-left-radius: 2px;
@@ -200,6 +206,7 @@ html[dir='rtl'] #timeframe-controls input[type='radio']:first-of-type {
#timeframe-controls input[type='radio']::after {
content: attr(aria-label);
+ padding: 0 1em;
}
#results-display {
« 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