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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2259423002: Settings Search: Make tooltip vertical. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/settings/search_settings.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 0fe267a7f6ff00408cc2c10fca280fb0d7b5490e..2b64ff6e31786724b1c423c628f5a48140fc83e6 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -347,15 +347,16 @@
.search-bubble {
pointer-events: none;
position: absolute;
+ z-index: 1;
}
.search-bubble-innards {
align-items: center;
background-color: var(--paper-yellow-500);
border-radius: 2px;
- display: flex;
- height: 28px;
- padding: 0 16px;
+ padding: 4px 10px;
+ text-align: center;
+ width: 100px;
}
/* Provides the arrow which points at the anchor element. */
@@ -364,9 +365,9 @@
background-color: var(--paper-yellow-500);
content: '';
height: 10px;
+ left: 55px;
position: absolute;
- right: -5px;
- top: 10px;
+ top: -5px;
width: 10px;
}
</style>
« no previous file with comments | « chrome/browser/resources/settings/search_settings.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698