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

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

Issue 2902543002: DevTools: migrate WatchExpressionsSidebarPane to shadow (Closed)
Patch Set: rebase Created 3 years, 7 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 cc1be1f0685cf161630665305ee74d4893701658..7904566027d4d80e5206e663e62ecefb3f9479c4 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesPanel.css
@@ -68,107 +68,6 @@
cursor: auto;
}
-.watch-expression-delete-button {
- width: 10px;
- height: 10px;
- background-image: url(Images/deleteIcon.png);
- background-position: 0 0;
- background-color: transparent;
- background-repeat: no-repeat;
- border: 0 none transparent;
- position: absolute;
- top: 4px;
- right: 3px;
- display: none;
-}
-
-.watch-expression-header:hover .watch-expression-delete-button {
- display: inline;
-}
-
-.watch-expressions {
- overflow-x: hidden;
- min-height: 26px;
-}
-
-.watch-expressions .dimmed {
- opacity: 0.6;
-}
-
-.watch-expression-title {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- line-height: 16px;
- margin-left: 11px;
-}
-
-.watch-expression-object-header .watch-expression-title {
- margin-left: 1px;
-}
-
-.watch-expression {
- position: relative;
- padding: 1px 0px 1px 6px;
- flex: none;
- min-height: 20px;
-}
-
-.watch-expressions .name {
- color: rgb(136, 19, 145);
- flex: none;
- white-space: nowrap;
- text-overflow: ellipsis ;
- overflow: hidden;
-}
-
-.watch-expression-error {
- color: red;
-}
-
-.-theme-with-dark-background .watch-expression-error {
- color: hsl(0, 100%, 65%);
-}
-
-.watch-expressions-separator {
- flex: none;
-}
-
-.watch-expressions .value {
- white-space: nowrap;
- display: inline;
-}
-
-.watch-expression .text-prompt {
- text-overflow: clip;
- overflow: hidden;
- white-space: nowrap;
- padding-left: 4px;
- -webkit-user-select: text;
-}
-
-.watch-expression-text-prompt-proxy {
- margin-left: 12px;
-}
-
-.watch-expression-header {
- flex: auto;
-}
-
-.watch-expression-object-header {
- margin-left: -12px;
- padding-left: 12px;
-}
-
-.watch-expression-header:hover {
- background-color: #F0F0F0;
- padding-right: 14px;
-}
-
-.sidebar-pane-stack .watch-expressions {
- margin-top: 0px;
-}
-
.event-listeners-sidebar-pane .toolbar {
border-bottom: 1px solid #eee;
}

Powered by Google App Engine
This is Rietveld 408576698