alembic icon indicating copy to clipboard operation
alembic copied to clipboard

Re: Custom Properties Settings

Open daviddarnes opened this issue 7 years ago • 0 comments

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 avatar May 21 '17 12:05 daviddarnes