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

Unified Diff: third_party/WebKit/Source/devtools/front_end/console/consoleView.css

Issue 2538673002: DevTools: [Console] migrate all of the smallIcons in consoleView.css (Closed)
Patch Set: rebaseline test Created 4 years, 1 month 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 | « third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/console/consoleView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
index b1a06c71e66ee0a6e7ba8d041dcc924ef0846b59..69646aa7c8ae965aad653db6ac773ce7f1a44905 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
+++ b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
@@ -73,13 +73,11 @@
padding-top: 0;
}
-#console-prompt::before {
- background-position: -20px -20px;
- margin-left: 4px;
-}
-
-.console-log-level .console-user-command-result::before {
- background-position: -40px -20px;
+#console-prompt .console-prompt-icon {
+ position: absolute;
+ left: -13px;
+ top: 5px;
+ -webkit-user-select: none;
}
.console-message,
@@ -97,10 +95,6 @@
flex: auto;
}
-.console-adjacent-user-command-result + .console-user-command-result.console-log-level::before {
- background-image: none;
-}
-
.console-timestamp {
color: gray;
-webkit-user-select: none;
@@ -108,39 +102,13 @@
margin-right: 5px;
}
-.console-message::before,
-.console-user-command::before,
-#console-prompt::before,
-.console-group-title::before {
- position: absolute;
- display: block;
- content: "";
- left: -17px;
- top: 9px;
- width: 10px;
- height: 10px;
- margin-top: -4px;
- -webkit-user-select: none;
- background-image: url(Images/smallIcons.png);
- background-size: 190px 30px;
-}
-
-.message-level-icon {
+.message-level-icon, .command-result-icon {
position: absolute;
left: -17px;
top: 5px;
-webkit-user-select: none;
}
-@media (-webkit-min-device-pixel-ratio: 1.1) {
-.console-message::before,
-.console-user-command::before,
-#console-prompt::before,
-.console-group-title::before {
- background-image: url(Images/smallIcons_2x.png);
-}
-} /* media */
-
.console-message-repeat-count {
margin: 2px 0 0 10px;
flex: none;
@@ -181,32 +149,11 @@
font-weight: bold;
}
-.console-group-title::before {
+.expand-group-icon {
-webkit-user-select: none;
- -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
- -webkit-mask-size: 352px 168px;
- float: left;
- width: 8px;
- content: "a";
- color: transparent;
- text-shadow: none;
- margin-left: 3px;
- margin-top: -7px;
-}
-
-@media (-webkit-min-device-pixel-ratio: 1.1) {
-.console-group-title::before {
- -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
-}
-} /* media */
-
-.console-group .console-group-title::before {
- -webkit-mask-position: -20px -96px;
+ position: absolute;
background-color: rgb(110, 110, 110);
-}
-
-.console-message-wrapper.collapsed .console-group-title::before {
- -webkit-mask-position: -4px -96px;
+ left: -14px;
}
.console-group {
@@ -300,16 +247,6 @@
background-color: rgb(255, 250, 224);
}
-.console-user-command .console-message {
- margin-left: -24px;
- padding-right: 0;
- border-bottom: none;
-}
-
-.console-user-command::before {
- background-position: 0 -20px;
-}
-
#console-messages .link {
text-decoration: underline;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/console/ConsoleViewMessage.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698