Skip to content

Commit

Permalink
Make sure that volume's eject button can be clickable.
Browse files Browse the repository at this point in the history
Specified z-index explicitly for eject button.

BUG=457110
TEST=manually tested

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

Cr-Commit-Position: refs/heads/master@{#315542}
  • Loading branch information
fukino authored and Commit bot committed Feb 10, 2015
1 parent 30c2c5d commit b190592
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions ui/file_manager/file_manager/foreground/css/file_manager.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */

/* The order of z-index:
* - -1: text-measure
* - 2: drag-selection-border
* - 3: preview-panel
* - 500: scrollbar
* - 500: splitter
* - 525: spinner
* - 550: autocomplete-suggestions
* - 600: menus
* - 1000: preview thumbnail popup
* - 1000: overlay panel (ie. image editor)
*/

/* Special attribute used in HTML to hide elements. */
body[type='folder'] [invisibleif~='folder'],
body[type='upload-folder'] [invisibleif~='upload-folder'],
Expand Down Expand Up @@ -252,6 +239,7 @@ div.splitter {
opacity: 0.7;
transition: opacity 70ms linear;
width: 20px;
z-index: 1; /* Make sure .root-eject is on upper layer than paper-ripple. */
}

#directory-tree:focus .tree-row[selected] > div.root-eject {
Expand Down

0 comments on commit b190592

Please sign in to comment.