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

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

Issue 2272193002: [DevTools] Extract small-bubble component. (Closed)
Patch Set: Created 4 years, 4 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
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 1f0a452f7c17e416c147373b487eb8001abab277..63d22c73db98ed02e6ec1be88d59967c37a14924 100644
--- a/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
+++ b/third_party/WebKit/Source/devtools/front_end/console/consoleView.css
@@ -130,27 +130,10 @@
top: 0;
}
-.bubble-repeat-count {
- display: inline-block;
- height: 14px;
- background-color: rgb(128, 151, 189);
- vertical-align: middle;
- white-space: nowrap;
- padding: 1px 4px;
- text-align: left;
- font-size: 11px;
- line-height: normal;
- font-weight: bold;
- text-shadow: none;
- color: white;
- margin-top: -1px;
- border-radius: 7px;
- flex: none;
-}
-
-.console-message .bubble-repeat-count {
+.console-message .console-message-repeat-count {
margin-right: 4px;
margin-left: -18px;
+ flex: none;
}
.console-error-level .repeated-message::before,

Powered by Google App Engine
This is Rietveld 408576698