Bug 865172 - Add z-index to cross-sliding tiles so they overlap when dragged. r=mbrubeck

--HG--
extra : rebase_source : e19147af09f1df53a823adfd0176cc56f32574de
This commit is contained in:
Sam Foster 2013-04-25 17:53:16 +01:00
parent 016b757a2d
commit 42ecaa1985

View File

@ -490,6 +490,11 @@ richgriditem[selected] .richgrid-item-content::after {
background-size: 35px 35px;
border: @metro_border_xthick@ solid @selected_color@;
}
richgriditem[crosssliding] {
z-index: 1;
}
/* ease the return to original position when cross-sliding */
richgriditem:not([crosssliding]) {
transition: transform ease-out 0.2s;