зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
a0c6629084
Коммит
0dc0f0ffb2
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче