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

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

Issue 593183002: history: tweak some cursor and outline related styles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change comment 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 a09e3268b0a63f26cb3e36dc0f88fa17a690913e..e7a10f0411397934ee621f5484eb9572ae045eac 100644
--- a/chrome/browser/resources/history/history.css
+++ b/chrome/browser/resources/history/history.css
@@ -170,7 +170,6 @@ html[dir='rtl'] .display-filter-button {
inset 0 1px 2px rgba(255, 255, 255, 0.75);
box-sizing: border-box;
color: rgb(68, 68, 68);
- cursor: default;
display: inline-block;
letter-spacing: normal;
line-height: 2em;
@@ -247,10 +246,7 @@ html[dir='rtl'] #display-filter-controls label span.first-button-component,
.entry-box,
.site-domain-row {
align-items: center;
- cursor: default;
display: flex;
- /* An odd line-height ensures a consistent baseline on all platforms. */
- line-height: 1.75em;
margin-bottom: 6px;
/* The box should be no bigger than its parent. */
max-width: 100%;
@@ -259,6 +255,11 @@ html[dir='rtl'] #display-filter-controls label span.first-button-component,
padding-bottom: 1px;
}
+.entry-box {
+ /* Ensures a consistent baseline on all platforms. */
+ line-height: 1.75em;
+}
+
.site-domain-wrapper {
cursor: pointer;
display: flex;
@@ -461,10 +462,6 @@ html[dir='rtl'] .site-domain {
background-position-x: right;
}
-.site-domain button {
- color: rgb(48, 57, 66);
-}
-
.site-domain button:hover {
text-decoration: none;
}
@@ -506,7 +503,8 @@ html .expand .site-domain-arrow {
visibility: visible;
}
-.entry .title > a {
+.entry .title > a,
+.site-domain .link-button {
color: rgb(48, 57, 66);
margin: 2px;
padding: 2px;
« 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