Commit a6eb146d authored by fukino's avatar fukino Committed by Commit bot

Files.app: Re-center the paper ripple when breadcrumbs are touched.

BUG=478340
TEST=manually

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

Cr-Commit-Position: refs/heads/master@{#326728}
parent 51b41a6f
......@@ -117,6 +117,7 @@ LocationLine.prototype.update_ = function(components) {
newBreadcrumbs.appendChild(button);
var ripple = document.createElement('paper-ripple');
ripple.classList.add('recenteringTouch');
ripple.setAttribute('fit', '');
button.appendChild(ripple);
......
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