Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double arrow on Details component in IE11 #50

Open
adamliptrot-oc opened this issue Dec 8, 2020 · 0 comments
Open

Double arrow on Details component in IE11 #50

adamliptrot-oc opened this issue Dec 8, 2020 · 0 comments
Labels
assets-frontend bug Something isn't working

Comments

@adamliptrot-oc
Copy link
Contributor

This is present on services using AF >= 3.11 and is a result of a change in how the css creates the arrow in Elements conflicting with the js from AF which polyfills the component on legacy browsers.

image (8)

The double arrow is only present in the collapsed state

image (9)

Services can fix this themselves by adding the following to their css:

details .arrow {
    display: none!important;
}

image (10)

@adamliptrot-oc adamliptrot-oc added bug Something isn't working assets-frontend labels Dec 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
assets-frontend bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant