diff --git a/src/shared/components/SortingSelectBar/style.scss b/src/shared/components/SortingSelectBar/style.scss index 00204c75f9..9d98296594 100644 --- a/src/shared/components/SortingSelectBar/style.scss +++ b/src/shared/components/SortingSelectBar/style.scss @@ -93,6 +93,10 @@ $down-arrow-size: $base-unit; @include roboto-regular; } + .is-focused { + outline: 3px auto #006dea; + } + .Select-control { line-height: 12px; border-radius: 20px;