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

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

Issue 2339683005: [DevTools] Migrate FileBasedSearchResultsPane to TreeOutlineInShadow. (Closed)
Patch Set: Created 4 years, 3 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 | « third_party/WebKit/Source/devtools/front_end/sources/module.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css b/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
index 1b16dda966cfe54f3a221f6d468600a1a5d9eed9..2eac71d5c2ac16ab8f43f97448b3dade1e387ee0 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
@@ -89,37 +89,6 @@
overflow: hidden;
}
-#search-results-pane-file-based li {
- list-style: none;
-}
-
-#search-results-pane-file-based ol {
- -webkit-padding-start: 0;
- margin-top: 0;
-}
-
-#search-results-pane-file-based ol.children {
- display: none;
-}
-
-#search-results-pane-file-based ol.children.expanded {
- display: block;
-}
-
-#search-results-pane-file-based li.parent::before {
- -webkit-user-select: none;
- background-image: url(Images/toolbarButtonGlyphs.png);
- background-size: 352px 168px;
- opacity: 0.5;
- width: 12px;
- content: "a";
- color: transparent;
- margin-left: -5px;
- padding-right: 4px;
- display: inline-block;
- box-sizing: border-box;
-}
-
@media (-webkit-min-device-pixel-ratio: 1.1) {
.search-drawer-header .search-icon {
background-image: url(Images/toolbarButtonGlyphs_2x.png);
@@ -128,95 +97,8 @@
.search-drawer-header .search-cancel-button::before {
background-image: url(Images/toolbarButtonGlyphs_2x.png);
}
-
-#search-results-pane-file-based li.parent::before {
- background-image: url(Images/toolbarButtonGlyphs_2x.png);
-}
} /* media */
-#search-results-pane-file-based li.parent::before {
- background-position: -4px -96px;
-}
-
-#search-results-pane-file-based li.parent.expanded::before {
- background-position: -20px -96px;
-}
-
-#search-results-pane-file-based .search-result {
- font-size: 11px;
- padding: 2px 0 2px 10px;
- word-wrap: normal;
- white-space: pre;
- cursor: pointer;
-}
-
-#search-results-pane-file-based .search-result:hover {
- background-color: rgba(121, 121, 121, 0.1);
-}
-
-#search-results-pane-file-based .search-result .search-result-file-name {
- font-weight: bold;
- color: #222;
-}
-
-#search-results-pane-file-based .search-result .search-result-matches-count {
- margin-left: 5px;
- color: #222;
-}
-
-#search-results-pane-file-based .show-more-matches {
- padding: 4px 0;
- color: #222;
- cursor: pointer;
- font-size: 11px;
- margin-left: 20px;
-}
-
-#search-results-pane-file-based .show-more-matches:hover {
- text-decoration: underline;
-}
-
-#search-results-pane-file-based .search-match {
- word-wrap: normal;
- white-space: pre;
-}
-
-#search-results-pane-file-based .search-match .search-match-line-number {
- color: rgb(128, 128, 128);
- text-align: right;
- vertical-align: top;
- word-break: normal;
- padding-right: 4px;
- padding-left: 6px;
- margin-right: 5px;
- border-right: 1px solid #BBB;
-}
-
-#search-results-pane-file-based .search-match:not(:hover) .search-match-line-number {
- background-color: #F0F0F0;
-}
-
-#search-results-pane-file-based .search-match:hover {
- background-color: rgba(56, 121, 217, 0.1);
-}
-
-#search-results-pane-file-based .search-match .highlighted-match {
- background-color: #F1EA00;
-}
-
-:host-context(.-theme-with-dark-background) #search-results-pane-file-based .search-match .highlighted-match {
- background-color: hsl(133, 100%, 30%) !important;
-}
-
-#search-results-pane-file-based a {
- text-decoration: none;
- display: block;
-}
-
-#search-results-pane-file-based .search-match .search-match-content {
- color: #000;
-}
-
.search-view .search-results {
overflow-y: auto;
display: flex;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/module.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698