| Index: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| index b7b1dc6eb56419b3c6324ff5710bb344d70a6587..2a7573b7317b41b02877ea239cbae718cb0e5d56 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| @@ -327,6 +327,17 @@ label[is=dt-icon-label] {
|
| flex-shrink: 0;
|
| }
|
|
|
| +.icon-stack {
|
| + position: relative;
|
| + display: inline-flex;
|
| +}
|
| +
|
| +.icon-stack > [is=ui-icon]:not(:first-child) {
|
| + position: absolute;
|
| + left: 0;
|
| + top: 0;
|
| +}
|
| +
|
| .icon-mask {
|
| background-color: rgb(110, 110, 110);
|
| }
|
|
|