css
3 TopicsWordpress additional CSS customization to a theme does not work on Edge
Hello, I have some additonal CSS customization for my Wordpress theme that addresses some menu item colors that I was having issues with. Originally it blended into the background, so I had to force the theme to change these colors from the background color. The fixes function properly on every browser I've tried (Chrome, Firefox, Safari) except for Edge. Attached is an example of the issue. Upon inspecting one of the menus, it seems it IS running the custom CSS, but it is not displaying?? In the attached photo, the menu item of the current page displays the same color as the background color, and the drop down menu that is being hovered over also displays this way. I appreciate any help, Thanks!852Views0likes0CommentsEdge Stable version 89.0.774.50 introduces a bug in css Transform
On Edge version 89.0.774.50 all css transform: translate properties like: transform: translate(3px, 3px); transform: translateY(3px); transform: translate3D(3px, 3px, 0); applied to svg elements (e.g. path) when used with a transition create a flicker. You can see the issue on stripe.com website or on my codepen which isolates the issue: https://codepen.io/micu22/pen/vYybWWW.1.5KViews1like4Comments