mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Treat react-beautiful-dnd
as .essentialAnimation
in accessibility:disableAnimations
contexts (#112429)
* react-beautiful-dnd with disableAnimations * add comment
This commit is contained in:
parent
1ca8771d67
commit
160abb8e05
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
*:not(.essentialAnimation),
|
||||
/**
|
||||
* `react-beautiful-dnd` relies on `transition` for functionality
|
||||
* https://github.com/elastic/kibana/issues/95133
|
||||
*/
|
||||
*:not(.essentialAnimation):not([data-rbd-draggable-context-id]):not([data-rbd-droppable-context-id]),
|
||||
*:not(.essentialAnimation):before,
|
||||
*:not(.essentialAnimation):after {
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue