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

Split question setting for border into three separate fields #15

Open
matty22 opened this issue Dec 27, 2017 · 0 comments
Open

Split question setting for border into three separate fields #15

matty22 opened this issue Dec 27, 2017 · 0 comments

Comments

@matty22
Copy link
Owner

matty22 commented Dec 27, 2017

What is the current behavior?


The border setting for questions is set to use the CSS shorthand for borders (ie. 1px solid #000000).

What is the expected behavior?


This should be split into three separate fields. One for border width, one for border type, and one for border color. Border width should be a text input field that assume pixel unit of measurement, border type should be a toggle button group with options for solid/dashed/dotted, border color should be a color picker

If this issue is a question or feature request, what is the motivation / use case for changing the current behavior?


Splitting these out into separate fields will help users who are unfamiliar with CSS and the border shorthand property

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

No branches or pull requests

1 participant