Reduce focus outline on input boxes
This commit is contained in:
@@ -21,4 +21,9 @@
|
|||||||
@apply hover:text-base-content/70;
|
@apply hover:text-base-content/70;
|
||||||
@apply active:text-primary active:translate-y-[.5px] active:shadow-(--btn-shadow);
|
@apply active:text-primary active:translate-y-[.5px] active:shadow-(--btn-shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input:focus-within {
|
||||||
|
outline-width: 1px;
|
||||||
|
outline-offset: 0px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user