Fix for Safari artefacts in TinyMCE [SCI-6154] (#3794)

This commit is contained in:
artoscinote 2022-01-25 10:10:47 +01:00 committed by GitHub
parent 41e1c5cf32
commit 354bf4b808
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -98,3 +98,8 @@
.mce-menu-item.mce-active.mce-menu-item-normal {
background-color: $brand-primary !important;
}
// Fix for Safari artefacts
.mce-menu.mce-animate {
transform: none !important;
}