diff options
-rw-r--r-- | app/assets/stylesheets/framework/markdown_area.scss | 4 | ||||
-rw-r--r-- | changelogs/unreleased/24641-focus-state.yml | 4 |
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: |