vueuse-playground icon indicating copy to clipboard operation
vueuse-playground copied to clipboard

Control styling

Open WORMSS opened this issue 2 years ago • 0 comments

Is it possible to remove all the styling from buttons and select controls please?

button {
  text-transform: none;
  background-color: transparent;
  background-image: none
}

Stuff like this is being applied to every button and select and making the UI completely unusable in the preview.

image

<select>
  <option value="test1">Test 1</option>
  <option value="test2">Test 2</option>
  <option value="test3">Test 3</option>
</select>
<input type="button"value="Add">

WORMSS avatar Nov 07 '23 14:11 WORMSS