fix: remove box shadow none (#8077)
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>pull/8016/head^2
parent
73bfe0aebe
commit
11789c725a
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue