| Index: third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css b/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
|
| index 68213b893b0aa62c2d0e93b8088c72732d52087c..5de186d71a5eeb2ab698e413ff6f971bf3a67e46 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/viewContainers.css
|
| @@ -57,31 +57,8 @@
|
| display: none;
|
| }
|
|
|
| -.expandable-view-title::before {
|
| - -webkit-mask-image: url(Images/toolbarButtonGlyphs.png);
|
| - -webkit-mask-size: 352px 168px;
|
| - background-color: #888;
|
| - float: left;
|
| - width: 11px;
|
| - height: 11px;
|
| +.title-expand-icon {
|
| margin-right: 2px;
|
| - content: "a";
|
| - color: transparent;
|
| - flex-shrink: 0;
|
| -}
|
| -
|
| -@media (-webkit-min-device-pixel-ratio: 1.1) {
|
| -.expandable-view-title::before {
|
| - -webkit-mask-image: url(Images/toolbarButtonGlyphs_2x.png);
|
| -}
|
| -} /* media */
|
| -
|
| -.expandable-view-title::before {
|
| - -webkit-mask-position: -4px -96px;
|
| -}
|
| -
|
| -.expandable-view-title.expanded::before {
|
| - -webkit-mask-position: -20px -96px;
|
| }
|
|
|
| .expandable-view-title > .toolbar {
|
|
|