Gallery: Remove position: absolute; line for redo button.
The line is specified for the hidden redu button does not affect layout of other buttons, but it removes the button from the layout even if the button is visible, and it causes overlapping of the buttons. Actually we can remove the line because hidden items are specified display: none; in Gallery. BUG=450186 TEST=None Review URL: https://codereview.chromium.org/866893004 Cr-Commit-Position: refs/heads/master@{#313661}
Showing
Please register or sign in to comment