Commit 910c7c35 authored by eustas@chromium.org's avatar eustas@chromium.org

DevTools: get rid of Element.prototype.removeMatchingStyleClasses

This method encourages className crafting and runs unexpectedly long.

BUG=316092
NOTRY=true

Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180163

Review URL: https://codereview.chromium.org/466703002

git-svn-id: svn://svn.chromium.org/blink/trunk@180172 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 362025b9
...@@ -363,7 +363,7 @@ ...@@ -363,7 +363,7 @@
/* Resource categories */ /* Resource categories */
.resource-cached .network-graph-bar { .network-graph-bar.cached {
background: hsl(0, 0%, 90%); background: hsl(0, 0%, 90%);
box-shadow: inset 0 1px 1px 0px rgba(255, 255, 255, 0.8), box-shadow: inset 0 1px 1px 0px rgba(255, 255, 255, 0.8),
inset 0 0 0 2px hsl(0, 0%, 73%), inset 0 0 0 2px hsl(0, 0%, 73%),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment