Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Safari doesn't show dragged-over state for file uploads #288

Merged
merged 1 commit into from
Sep 24, 2016

Conversation

KennethAshley
Copy link

Why?

In reference to #7310

This is not an Ember issue. Safari ignores classes that begin with --. I believe that none of the IEs allow these types of classes as well.

Example:

Sources:

What Changed?

Globally searched for modifier classes that start with -- and removed the first dash.

Example

safari-drag

closes #7310

  • Removes double dashes from modifier classes as safari won’t allow
    this.

closes #7310
- Removes double dashes from modifier classes as safari won’t allow
this.
@kevinansfield
Copy link
Collaborator

@KennethAshley thanks for this! TIL 😁 Never knew Safari ignored classes prefixed with --

@kevinansfield kevinansfield merged commit 54e41b2 into TryGhost:master Sep 24, 2016
kevinansfield pushed a commit to kevinansfield/Ghost-Admin that referenced this pull request Sep 24, 2016
closes TryGhost/Ghost#7310
- Removes double dashes from modifier classes as safari won’t allow this.
ErisDS pushed a commit that referenced this pull request Sep 29, 2016
closes TryGhost/Ghost#7310
- Removes double dashes from modifier classes as safari won’t allow this.
yo1dog pushed a commit to yo1dog/Ghost-Admin that referenced this pull request Oct 13, 2016
TryGhost#289)

closes TryGhost/Ghost#7310
- Removes double dashes from modifier classes as safari won’t allow this.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants