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

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

Issue 2260373002: Settings Search: Make tooltip run away from mouse. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolve origin/master conflicts 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 9e56afc6a67d503e27df4cb7d76eb43ef48079e9..0d55ef3788c67593b0055c1f6cf210aaf209363c 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -343,7 +343,6 @@
}
.search-bubble {
- pointer-events: none;
position: absolute;
z-index: 1;
}
@@ -368,6 +367,14 @@
top: -5px;
width: 10px;
}
+
+ /* Turns the arrow direction downwards, when the bubble is placed above
+ * the anchor element */
+ .search-bubble-innards.above::after {
+ -webkit-transform: rotate(-135deg);
+ bottom: -5px;
+ top: auto;
+ }
</style>
</template>
</dom-module>
« 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