UI: better modal backdrop opacity fading (#26328)

The fading should now be function of the swipe position. We should also correctly instantly remove the fading when closing the modal.
This commit is contained in:
Joffrey JAFFEUX
2024-03-22 22:49:01 +01:00
committed by GitHub
parent 0ed1b4537b
commit 9855b794e9
4 changed files with 26 additions and 4 deletions
@@ -161,6 +161,8 @@ module PageObjects
click_button(class: "sidebar-section-header-button", visible: false)
end
expect(page).to have_css(".d-modal:not(.is-animating)")
PageObjects::Modals::SidebarEditTags.new
end