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

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

Issue 2703143002: [DevTools] Prepare to move Popover to shadow DOM. (Closed)
Patch Set: Created 3 years, 10 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/popover.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/popover.css b/third_party/WebKit/Source/devtools/front_end/ui/popover.css
index 82c82046b72567bee26b05b0a93f198dc2100840..b060c7a0673bcc0ec9912ecfa988e504d71210b2 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/popover.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/popover.css
@@ -67,22 +67,3 @@
margin-bottom: -19px;
background-position: 0 -19px;
}
-
-.source-frame-popover-title {
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- font-weight: bold;
- padding-left: 18px;
-}
-
-.source-frame-popover-tree {
- border-top: 1px solid rgb(184, 184, 184);
- overflow: auto;
- position: absolute;
- top: 21px;
- bottom: 5px;
- left: 5px;
- right: 5px;
- margin-top: 1px;
-}

Powered by Google App Engine
This is Rietveld 408576698