| Index: Source/devtools/front_end/ui/toolbar.css
|
| diff --git a/Source/devtools/front_end/ui/toolbar.css b/Source/devtools/front_end/ui/toolbar.css
|
| index 170609aea128614c11e2923cc73bc5a01bb7390a..9833ec36d44a09030e2c89dac8fdb1c044b653a4 100644
|
| --- a/Source/devtools/front_end/ui/toolbar.css
|
| +++ b/Source/devtools/front_end/ui/toolbar.css
|
| @@ -53,7 +53,6 @@
|
| white-space: nowrap;
|
| overflow: hidden;
|
| margin-left: 6px;
|
| - -webkit-user-select: text;
|
| }
|
|
|
| .toolbar-item:active {
|
| @@ -443,7 +442,7 @@ button.record-toolbar-item.toggled-on .glyph {
|
| }
|
|
|
| .filter-toolbar-item.toggled-active .glyph {
|
| - background-color: rgb(216, 0, 0);
|
| + background-color: rgb(216, 0, 0) !important;
|
| }
|
|
|
| .waterfall-toolbar-item .glyph {
|
|
|