| 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,
|
|
|