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

Unified Diff: Source/devtools/front_end/sourcesView.css

Issue 664713002: DevTools: do not suggest mapping workspace to itself, remove workspace mapping tip from behind expe… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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 | « Source/devtools/front_end/sources/WorkspaceMappingTip.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sourcesView.css
diff --git a/Source/devtools/front_end/sourcesView.css b/Source/devtools/front_end/sourcesView.css
index 71a469b6d646786a39be88f25799479a2a9a16e8..8c458cdf649452ecbc58c3494d7e0cda7661643f 100644
--- a/Source/devtools/front_end/sourcesView.css
+++ b/Source/devtools/front_end/sourcesView.css
@@ -134,6 +134,7 @@ button.status-bar-item.scripts-navigator-show-hide-button {
margin-right: 4px;
display: inline-block;
margin-top: 1px;
+ flex: none;
}
.source-frame-infobar-info .source-frame-infobar-icon {
@@ -150,7 +151,7 @@ button.status-bar-item.scripts-navigator-show-hide-button {
.source-frame-infobar-main-row {
display: flex;
- flex: 0 0 17px;
+ min-height: 17px;
overflow: hidden;
margin: 5px 10px 0px;
}
@@ -169,10 +170,15 @@ button.status-bar-item.scripts-navigator-show-hide-button {
.source-frame-infobar-row-message {
flex: 0 1 auto;
+ margin-bottom: 4px;
+}
+
+.source-frame-infobar-main-row .close-button {
+ flex: none;
}
.source-frame-infobar-toggle {
- flex: auto;
+ flex: 1 0 auto;
padding: 0 4px;
-webkit-user-select: none;
}
« no previous file with comments | « Source/devtools/front_end/sources/WorkspaceMappingTip.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698