Skip to content

Commit 6568fa9

Browse files
chore: remove unused code
1 parent 14d9869 commit 6568fa9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/components/Input/input.module.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,6 @@
3838
width: 100%;
3939
margin-bottom: 4px;
4040

41-
/* Enhanced focus styles for better accessibility */
42-
&:focus-visible {
43-
outline: 2px solid var(--focus-outline-color-light);
44-
outline-offset: 1px;
45-
border-color: var(--focus-outline-color-light);
46-
}
47-
4841
&:disabled {
4942
opacity: 0.5;
5043
pointer-events: none;

0 commit comments

Comments
 (0)