-
-
Notifications
You must be signed in to change notification settings - Fork 359
Open
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
Current Behavior
Can't remove border around inputs (intuitively)
Expected Behavior
Should behave same as
input {
box-shadow: none;
}
Steps To Reproduce
<label class="label">
<span class="label-text">Input</span>
<input class="input" type="text" placeholder="Input" />
</label>
input {
@apply shadow-none;
}
Link to Reproduction / Stackblitz
No response
Environment Information
More Information
Correct:
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working