Skip to content

Commit b2bbc7d

Browse files
authored
Merge pull request #3135 from r0hit-gupta/issue-2874
Issue 2874 fix
2 parents 7308641 + 0c4bf34 commit b2bbc7d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/shared/components/SortingSelectBar/style.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ $down-arrow-size: $base-unit;
9393
@include roboto-regular;
9494
}
9595

96+
.is-focused {
97+
outline: 3px auto #006dea;
98+
}
99+
96100
.Select-control {
97101
line-height: 12px;
98102
border-radius: 20px;

0 commit comments

Comments
 (0)