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

Deck: Background color for text selection #191

Closed
bin101 opened this issue Dec 11, 2020 · 0 comments
Closed

Deck: Background color for text selection #191

bin101 opened this issue Dec 11, 2020 · 0 comments
Labels

Comments

@bin101
Copy link

bin101 commented Dec 11, 2020

Describe the bug
The text background color variable doesn't apply in deck card editor in edit mode:
image

The text with the green circle is currently selected. And I do a mousover on the color-text-selection property inside the red rectangle but I don't get any value.

As workaround I set the color manually via the custom css plugin:

.CodeMirror .CodeMirror-selectedtext {
background-color: rgba(61, 174, 233, 0.50) !important;
}

image

@bin101 bin101 added the bug label Dec 11, 2020
mwalbeck added a commit that referenced this issue Dec 20, 2020
…keep amount of colours low. Unset border in Deck description when editing. Fixes #191

(cherry picked from commit 97a264c)
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

1 participant