summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2016-11-18 17:37:32 +0000
committerFilipa Lacerda <filipa@gitlab.com>2016-11-18 18:37:29 +0000
commitad1bce1733795f89f7ac44c16b730fbef241fbe4 (patch)
tree72aa5caa39781399fc10e21787492680aa3a745e
parent1e8cb595bf2fc84c85198cf8dc43d16e587c57df (diff)
downloadgitlab-ce-ad1bce1733795f89f7ac44c16b730fbef241fbe4.tar.gz
Fix focus state in preview tab
Adds MR ID to changelog entry Removes changelog entry Fixes after review
-rw-r--r--app/assets/stylesheets/framework/markdown_area.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss
index 8a93eac1b6d..42087c91530 100644
--- a/app/assets/stylesheets/framework/markdown_area.scss
+++ b/app/assets/stylesheets/framework/markdown_area.scss
@@ -64,12 +64,17 @@
a {
padding-top: 0;
- line-height: 1;
+ line-height: 19px;
border-bottom: 1px solid $border-color;
&.btn.btn-xs {
padding: 2px 5px;
}
+
+ &:focus {
+ margin-top: -10px;
+ padding-top: 10px;
+ }
}
}
}
@@ -163,4 +168,4 @@
border: 1px solid $white-light;
}
}
-} \ No newline at end of file
+}