fix: remove box shadow none (#8077)

Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
pull/8016/head^2
Udit Takkar 2023-04-04 13:36:11 +05:30 committed by GitHub
parent 73bfe0aebe
commit 11789c725a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -148,8 +148,6 @@ select:focus {
--tw-ring-color: var(--brand-color);
border-color: var(--brand-color);
}
/* https://stackoverflow.com/a/69308190 */
input[type='text']:focus { box-shadow: none; }
@layer components {