Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
ad1bce17
Commit
ad1bce17
authored
Nov 18, 2016
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix focus state in preview tab
Adds MR ID to changelog entry Removes changelog entry Fixes after review
parent
1e8cb595
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
app/assets/stylesheets/framework/markdown_area.scss
app/assets/stylesheets/framework/markdown_area.scss
+7
-2
No files found.
app/assets/stylesheets/framework/markdown_area.scss
View file @
ad1bce17
...
...
@@ -64,12 +64,17 @@
a
{
padding-top
:
0
;
line-height
:
1
;
line-height
:
1
9px
;
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
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment