diff --git a/lms/static/sass/views/_teams.scss b/lms/static/sass/views/_teams.scss index 5b48b13d4bb50f6a6349c605cf89bf3c68086c3e..e17e6b5f0d8640f94e7d8611e7d153cca9f87794 100644 --- a/lms/static/sass/views/_teams.scss +++ b/lms/static/sass/views/_teams.scss @@ -179,7 +179,8 @@ // STATE: hover, active, and focus &:hover, &:active, - &:focus { + &:focus, + &:focus-within { box-shadow: 0 0 5px 1px $m-blue-t1; .card-description { @@ -744,6 +745,11 @@ } } + .teams-paging-header .listing-sort-select.input-select, + .topics-paging-header .listing-sort-select.input-select { + border: 1px solid $gray-l2; + } + .create-team.wrapper-msg { margin: 0 0 $baseline 0; }