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

Re: Custom Properties Settings #51

Open
daviddarnes opened this issue May 21, 2017 · 0 comments · May be fixed by #197
Open

Re: Custom Properties Settings #51

daviddarnes opened this issue May 21, 2017 · 0 comments · May be fixed by #197
Assignees

Comments

@daviddarnes
Copy link
Owner

Following code is to style the colour inputs, however they aren't needed in the main theme:

input[type="color"] {
  padding: 0;
  height: 2.4rem;
  &::-webkit-color-swatch-wrapper {
  	padding: 0;
    &:after {
      content: "Color";
    }
  }
  &::-webkit-color-swatch {
  	border: none;
  }
}

Best to just add them to the styling page and not the main codebase

@daviddarnes daviddarnes self-assigned this May 21, 2017
@daviddarnes daviddarnes linked a pull request Dec 31, 2023 that will close this issue
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant