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

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

Issue 351263002: DevTools: [MQI] text-shadow for label instead of black background color (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | no next file » | 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 54131b661d76171aca9c0a6dad2e5d1fe72ee0ae..2831434bb1a4869bcfe606c5191fa7b52f73723c 100644
--- a/Source/devtools/front_end/responsiveDesignView.css
+++ b/Source/devtools/front_end/responsiveDesignView.css
@@ -480,14 +480,10 @@ body.platform-mac .responsive-design-toolbar select {
}
.media-inspector-max-label {
- background-color: rgba(0, 0, 0, 0.5);
+ text-shadow: 0px 0px 2px black;
padding-left: 11px;
}
-.media-inspector-marker-container:hover .media-inspector-max-label {
- background-color: rgba(0, 0, 0, 0.3);
-}
-
.media-inspector-max-label::before {
position: absolute;
padding-right: 2px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698