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

Small improvements #70

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Small improvements #70

wants to merge 5 commits into from

Conversation

tdewolff
Copy link

I removed standard CSS from the body tag, it interferes with my styling and it is unnecessary.
Menu now hides when clicking outside the editor. I believe this is expected behaviour, I myself kept clicking outside only to note the menu never hides that way. Which is weird...
Unable to select whitespace, you can't and shouldn't apply styling to whitespace.
Clicking a button in menu now only works with the left mousebutton, this is expected and default button behaviour.

What I think should be implemented is that selected text is trimmed of whitespace at the beginning and end. So if you select "Hello " it will style "Hello" and exclude the trailing whitespace.

@mduvall
Copy link
Owner

mduvall commented May 9, 2014

Hey @TacoDeWolff, the changes for the menu changes look good, could we keep the CSS in the editor for now and refactor that into a separate style sheet later? It takes away styling currently from the demo, thanks!

@tdewolff
Copy link
Author

Excellent, sounds good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants