Skip to content

Commit 529327d

Browse files
committed
Merge pull request #3135 from r0hit-gupta/issue-2874
Issue 2874 fix
1 parent 4034547 commit 529327d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/shared/components/SortingSelectBar/style.scss

+4
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)