diff options
| author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-18 09:50:20 -0600 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-02-18 09:50:20 -0600 |
| commit | 1ac455b6d9d532454b5af88578795eb22cefc0b5 (patch) | |
| tree | 4bf85399081f5aa8ed5871d6bdf0700a8cea8fb9 | |
| parent | 6eb45df2fd62c85920c3ef025d7dacadcda05bf4 (diff) | |
| download | gitlab-ce-global-toggle-focus.tar.gz | |
Remove focus outline from global dropdown toggleglobal-toggle-focus
| -rw-r--r-- | app/assets/stylesheets/framework/header.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/header.scss b/app/assets/stylesheets/framework/header.scss index 3945a789c82..0e595122ac2 100644 --- a/app/assets/stylesheets/framework/header.scss +++ b/app/assets/stylesheets/framework/header.scss @@ -128,7 +128,8 @@ header { background-color: $white-normal; } - &:focus { + &:focus, + &:active { outline: none; background-color: $white-normal; } |
