mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
4a7c5456d0
commit
776d06906c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user