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

Unified Diff: chrome_linux64/resources/inspector/elementsPanel.css

Issue 14690006: Update reference builds to r197396. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 8 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 | « chrome_linux64/resources/inspector/devtools.html ('k') | chrome_linux64/resources/inspector/flameChart.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_linux64/resources/inspector/elementsPanel.css
===================================================================
--- chrome_linux64/resources/inspector/elementsPanel.css (revision 197568)
+++ chrome_linux64/resources/inspector/elementsPanel.css (working copy)
@@ -196,26 +196,17 @@
margin-left: -6px;
}
-.styles-section .properties li.not-parsed-ok img.exclamation-mark {
- content: url(Images/warningIcon.png);
- opacity: 0.75;
+.styles-section .properties li.not-parsed-ok .exclamation-mark {
position: relative;
- float: left;
width: 12px;
- height: 10px;
margin: 0 6px 0 0;
- left: -38px; /* outdent to compensate for the top-level property indent */
- padding-left: 2px;
- vertical-align: baseline;
+ top: 1px;
+ left: -36px; /* outdent to compensate for the top-level property indent */
-webkit-user-select: none;
cursor: default;
z-index: 1;
}
-.styles-section.computed-style .properties li.not-parsed-ok img.exclamation-mark {
- left: 0;
-}
-
.styles-section .header {
white-space: nowrap;
-webkit-background-origin: padding;
@@ -395,6 +386,7 @@
z-index: 1;
width: 18px;
left: -40px; /* original -2px + (-38px) to compensate for the first line outdent */
+ top: 1px;
}
.styles-section.matched-styles .properties ol.expanded {
« no previous file with comments | « chrome_linux64/resources/inspector/devtools.html ('k') | chrome_linux64/resources/inspector/flameChart.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698