Appearance

Syntax

Class
Properties
appearance-none
appearance: none;
appearance-auto
appearance: auto;
<div class="t1 w-256 p-16 flex flex-center bg-c-white shadow-4"> <select class="t1 b-1-gray-800 rounded-3 appearance-auto"> <option>Option A</option> <option>Option B</option> </select> </div>

Specification test cases

The test cases below are imported from the Turbo CSS specification. They have been executed upon loading this page.
Do not apply platform-native styling.
t1 appearance-none
.t1.appearance-none { appearance: none; }
Apply platform-native styling.
t1 appearance-auto
.t1.appearance-auto { appearance: auto; }