diff options
author | Mike Greiling <mike@pixelcog.com> | 2016-11-22 16:11:12 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2016-11-30 15:28:10 -0600 |
commit | 118ab549147684d86af39fd9229789e6b15d09a7 (patch) | |
tree | 37eef8945aab007ad2b25cedc549e0bd983fbc18 | |
parent | 567b8a99fe0e454a6d2c0b79cde86ee2dea806f3 (diff) | |
download | gitlab-ce-118ab549147684d86af39fd9229789e6b15d09a7.tar.gz |
prevent anchor tag outline on :focus or :target pseudo-class
-rw-r--r-- | app/assets/stylesheets/framework/typography.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss index 070e42d63d2..aa604b1cd19 100644 --- a/app/assets/stylesheets/framework/typography.scss +++ b/app/assets/stylesheets/framework/typography.scss @@ -182,6 +182,7 @@ left: -16px; position: absolute; text-decoration: none; + outline: none; &::after { content: image-url('icon_anchor.svg'); |