| 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 5d7c7c2278cdce262c8844f282c1733d98c138b6..46c5ad6296a06abcf9dca775ab773aeb8cd432f6 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| @@ -283,7 +283,7 @@ body.inactive select.chrome-select,
|
| }
|
|
|
| :not(.platform-mac).-theme-with-dark-background ::-webkit-scrollbar-thumb,
|
| -:host-context(:not(.platform-mac).-theme-with-dark-background) .-theme-with-dark-background ::-webkit-scrollbar-thumb {
|
| +:host-context(:not(.platform-mac).-theme-with-dark-background) ::-webkit-scrollbar-thumb {
|
| border-radius: 2px;
|
| background-color: #333;
|
| -webkit-box-shadow: inset 0 0 1px rgba(255,255,255,0.5);
|
|
|