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

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

Issue 500613004: history: fix focus outline on bookmarks star. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: off, center! 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 95c5133ff450a5d7ee97bd6b037be9b067eacfc3..2711ba60f2797fd7c9fea7223d6f3f296e58781d 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -299,11 +299,11 @@ h2.timeframe {
}
.entry .domain {
+ -webkit-padding-end: 6px;
+ -webkit-padding-start: 2px;
color: rgb(151, 156, 160);
min-width: -webkit-min-content;
overflow: hidden;
- padding-left: 6px;
- padding-right: 6px;
white-space: nowrap;
}
@@ -447,7 +447,7 @@ html[dir='rtl'] .site-domain {
.entry .visit-entry,
.site-domain {
/* Make room for the favicon. */
- -webkit-padding-start: 20px;
+ -webkit-padding-start: 16px;
/* Control the favicon appearance. */
background-position-y: center;
@@ -492,11 +492,11 @@ html .expand .site-domain-arrow {
.entry .bookmark-section {
-webkit-margin-end: 3px;
-webkit-margin-start: 8px;
- background:
- url(../../../../ui/webui/resources/images/star_small.png) no-repeat;
+ background: no-repeat center
+ url(../../../../ui/webui/resources/images/star_small.png);
border: none;
display: inline-block;
- height: 11px;
+ height: 15px;
min-width: 15px;
visibility: hidden;
}
@@ -507,6 +507,8 @@ html .expand .site-domain-arrow {
.entry .title > a {
color: rgb(48, 57, 66);
+ margin: 2px;
+ padding: 2px;
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