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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css

Issue 2778623002: [DevTools] Migrate SoftContextMenu to use GlassPane (Closed)
Patch Set: rebased Created 3 years, 9 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
Index: third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css b/third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css
index 516df5a0c030ac685104cf83c108cd003b6a751a..6acc3e4b2542a1b827f43f5f231f9f2d9ca16c9b 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/softContextMenu.css
@@ -4,11 +4,10 @@
* found in the LICENSE file.
*/
-:host {
- position: absolute;
+.soft-context-menu {
border: 1px solid rgba(196, 196, 196, 0.9);
border-top: 1px solid rgba(196, 196, 196, 0.5);
- /* NOTE: Keep padding top in sync with topPadding in SoftContextMenu.js */
+ /* NOTE: Keep padding in sync with padding adjustment in SoftContextMenu.js */
padding: 4px 0 4px 0;
border-radius: 4px;
background-color: rgb(240, 240, 240);

Powered by Google App Engine
This is Rietveld 408576698