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

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

Issue 2776883003: DevTools: normalize medium icons (Closed)
Patch Set: 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/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 17aad8e09b8ceb9a42a5bb30c3c13ccb6b803d09..ce7fe4ad874531123fce896f5f99fa1ed50a3a07 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/sourcesSearch.css
@@ -23,8 +23,8 @@
}
.search-drawer-header .search-icon {
- left: 10px;
- top: 10px;
+ left: 8px;
+ top: 8px;
position: absolute;
}
@@ -38,8 +38,8 @@
.search-drawer-header .search-cancel-button {
position: absolute;
- right: 9px;
- top: 9px;
+ right: 7px;
+ top: 7px;
}
:host-context(.platform-mac) .search-drawer-header input.search-config-search {

Powered by Google App Engine
This is Rietveld 408576698