| Index: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| index 1f56cf5a3ff75dc35b2835550055067a7781e0a9..dc3babb651daebb7035bbc0bdc4116793aff9756 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| @@ -293,10 +293,6 @@ input.toolbar-item.hover {
|
| -webkit-mask-position: -224px 0;
|
| }
|
|
|
| -.edit-toolbar-item.toolbar-glyph {
|
| - -webkit-mask-position: -224px -72px;
|
| -}
|
| -
|
| .record-toolbar-item.toolbar-glyph {
|
| -webkit-mask-position: -288px 0;
|
| }
|
| @@ -476,6 +472,18 @@ input.toolbar-item.hover {
|
| -webkit-mask-position: -288px -96px;
|
| }
|
|
|
| +.frame-toolbar-item.toolbar-glyph {
|
| + -webkit-mask-position: -256px -144px;
|
| +}
|
| +
|
| +.domain-toolbar-item.toolbar-glyph {
|
| + -webkit-mask-position: -160px -144px;
|
| +}
|
| +
|
| +.folder-toolbar-item.toolbar-glyph {
|
| + -webkit-mask-position: -224px -144px;
|
| +}
|
| +
|
| .toolbar-state-on .record-toolbar-item.toolbar-glyph,
|
| .toolbar-state-active .filter-toolbar-item.toolbar-glyph,
|
| .toolbar-state-active .block-toolbar-item.toolbar-glyph {
|
|
|