mirror of
https://github.com/flextype/flextype.git
synced 2025-08-17 10:30:46 +02:00
feat(admin-plugin): add focus and active styles for form controls
This commit is contained in:
@@ -18,6 +18,12 @@
|
||||
@apply w-full block border rounded border-gray-600 outline-none px-2 py-2;
|
||||
}
|
||||
|
||||
.form-control:active,
|
||||
.form-control:focus
|
||||
{
|
||||
@apply border-black;
|
||||
}
|
||||
|
||||
.form-group
|
||||
{
|
||||
@apply mb-3;
|
||||
|
Reference in New Issue
Block a user