Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 19e1ac8

Browse files
author
sanju singh
committed
Update css to remove outline on focus
1 parent 7dac2b8 commit 19e1ac8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/src/components/Header/style.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
border-bottom-left-radius: 4px;
3333
border-bottom-right-radius: 4px;
3434
overflow: hidden;
35+
36+
&:focus {
37+
outline: none;
38+
}
3539
}
3640

3741
.dropdownItem {

0 commit comments

Comments
 (0)