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

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

Issue 555433002: [DevTools] Add "never show" link to emulation warning. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 6 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 | « no previous file | Source/devtools/front_end/sdk/OverridesSupport.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/responsiveDesignView.css
diff --git a/Source/devtools/front_end/responsiveDesignView.css b/Source/devtools/front_end/responsiveDesignView.css
index 7ebc5e0ce86136bdf1c0423262a478285dbe2260..36e9989a6e1a74145a3a361e52e13db69ea476d8 100644
--- a/Source/devtools/front_end/responsiveDesignView.css
+++ b/Source/devtools/front_end/responsiveDesignView.css
@@ -439,6 +439,12 @@
flex: none;
}
+.responsive-design-warning .disable-warning {
+ margin-right: 5px;
+ text-decoration: underline;
+ cursor: pointer;
+}
+
.responsive-design-toggle-media-inspector .glyph {
background-color: rgb(180, 180, 180);
-webkit-mask-position: -128px -48px;
« no previous file with comments | « no previous file | Source/devtools/front_end/sdk/OverridesSupport.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698