Commit 99fb7f7d authored by Austin Tankiang's avatar Austin Tankiang Committed by Commit Bot

Fix ripple on cloud import button

Paper ripples need an ancestor with style `position: relative` in order
for the ripple to not escape.

Bug: 1014819
Change-Id: I1f07fb769a47c573bafebf96172d5e2cfe309b96
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863058
Commit-Queue: Noel Gordon <noel@chromium.org>
Reviewed-by: default avatarNoel Gordon <noel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#706320}
parent 08eac966
...@@ -461,6 +461,10 @@ body:not(.check-select) #selection-menu-button { ...@@ -461,6 +461,10 @@ body:not(.check-select) #selection-menu-button {
display: none; display: none;
} }
.cloud-import-combo-button {
position: relative;
}
.cloud-import-combo-button > .buttons { .cloud-import-combo-button > .buttons {
display: flex; display: flex;
} }
......
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