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

HighlightEditables css applied even when plug-in is disabled #839

Open
jenschelkopf opened this issue Dec 21, 2012 · 1 comment
Open

HighlightEditables css applied even when plug-in is disabled #839

jenschelkopf opened this issue Dec 21, 2012 · 1 comment
Labels

Comments

@jenschelkopf
Copy link

The HighlightEditables css was added to the aloha.css file a few months ago, in this commit. This resulted in this css being applied even if you don't have the plugin enabled:

.aloha-editable-active, .aloha-editable-active[contenteditable=true]:focus {
outline: #80B5F2 solid 5px !important;
}

You can reproduce the issue by disabling the HighlightEditables plugin in one of the demos. You'll see that the blue outline still appears when the editable content is focused.

This looks really weird in my app. I would prefer for that rule to not be applied if the HighlightEditables plugin is disabled, but if you just removed "important" from the rule then that would help a lot.

@evo42
Copy link
Member

evo42 commented Jan 8, 2013

thanks for reporting. we'll fix that.

@Jotschi Jotschi added the Bug label Oct 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants