diff --git a/app/assets/stylesheets/components/navigation.scss b/app/assets/stylesheets/components/navigation.scss index 6f1ce23b6..02dc7970b 100644 --- a/app/assets/stylesheets/components/navigation.scss +++ b/app/assets/stylesheets/components/navigation.scss @@ -15,12 +15,22 @@ } &-switch { + @include core-16; text-align: right; position: absolute; top: 0; right: 0; padding: 13px 0 9px 15px; + + &:focus { + outline: none; + border-bottom: 4px solid $yellow; + border-left: 10px solid $yellow; + border-right: 3px solid $yellow; + right: -3px; + } + } }