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 17:49:14 +0000
commit0bb99509aab650e3f3600b48a84c11410442a4ce (patch)
tree4f36da2ec3cf2268d698658278bbf13a9e55cedc
parent1e8cb595bf2fc84c85198cf8dc43d16e587c57df (diff)
downloadgitlab-ce-24641-focus-state.tar.gz
Fix focus state in preview tab24641-focus-state
Adds MR ID to changelog entry
-rw-r--r--app/assets/stylesheets/framework/markdown_area.scss4
-rw-r--r--changelogs/unreleased/24641-focus-state.yml4
2 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/markdown_area.scss b/app/assets/stylesheets/framework/markdown_area.scss
index 8a93eac1b6d..6fe124e055c 100644
--- a/app/assets/stylesheets/framework/markdown_area.scss
+++ b/app/assets/stylesheets/framework/markdown_area.scss
@@ -64,7 +64,7 @@
a {
padding-top: 0;
- line-height: 1;
+ line-height: 19px;
border-bottom: 1px solid $border-color;
&.btn.btn-xs {
@@ -163,4 +163,4 @@
border: 1px solid $white-light;
}
}
-} \ No newline at end of file
+}
diff --git a/changelogs/unreleased/24641-focus-state.yml b/changelogs/unreleased/24641-focus-state.yml
new file mode 100644
index 00000000000..0481d6e8dbe
--- /dev/null
+++ b/changelogs/unreleased/24641-focus-state.yml
@@ -0,0 +1,4 @@
+---
+title: Fix Weird focus state when switching between "Write" and "Preview"
+merge_request: 7581
+author: