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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css

Issue 2703143002: [DevTools] Prepare to move Popover to shadow DOM. (Closed)
Patch Set: fix 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/sources/sourcesPanel.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
index e22f46b43472d0cb4ccd91402f4607090fc72cc4..17fd3c63fc4bc90693adfdbc8e45c42060a4c1eb 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
@@ -55,41 +55,6 @@
height: 28px;
}
-.function-location-link {
- float: right;
- margin-left: 10px;
-}
-
-.function-location-step-into {
- position: relative;
- height: 14px;
- transform: rotate(-90deg);
-}
-
-.object-popover-container {
- display: inline-block;
-}
-
-.function-popover-title {
- border-bottom: 1px solid #AAA;
- margin-bottom: 3px;
- padding-bottom: 2px;
- display: flex;
- justify-content: space-between;
- align-items: center;
-}
-
-.function-title-link-container {
- display: flex;
- align-items: center;
- position: relative;
- margin-left: 10px;
-}
-
-.function-popover-title .function-name {
- font-weight: bold;
-}
-
.panel.sources .sidebar-pane-stack {
overflow: auto;
}

Powered by Google App Engine
This is Rietveld 408576698