Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-11-23 01:11:12 +0300
committerMike Greiling <mike@pixelcog.com>2016-12-01 00:28:10 +0300
commit118ab549147684d86af39fd9229789e6b15d09a7 (patch)
tree37eef8945aab007ad2b25cedc549e0bd983fbc18 /app/assets/stylesheets/framework/typography.scss
parent567b8a99fe0e454a6d2c0b79cde86ee2dea806f3 (diff)
prevent anchor tag outline on :focus or :target pseudo-class
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss1
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');