Commit 671756e9ff3695ee28513e51f636779e1aa49089
Exists in
spb-stable
and in
2 other branches
Merge branch 'improve-mr-tabs' into 'master'
Improve MR tabs UI/UX 
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/merge_requests.scss
... | ... | @@ -21,13 +21,15 @@ |
21 | 21 | |
22 | 22 | .merge-request .merge-request-tabs{ |
23 | 23 | border-bottom: 2px solid $border_primary; |
24 | - padding-bottom: 10px; | |
25 | 24 | margin-bottom: 20px; |
26 | 25 | |
27 | 26 | li { |
28 | 27 | a { |
29 | - padding: 20px 40px; | |
28 | + padding: 18px 40px; | |
30 | 29 | font-size: 14px; |
30 | + margin-bottom: -2px; | |
31 | + border-bottom: 2px solid $border_primary; | |
32 | + @include border-radius(0px); | |
31 | 33 | } |
32 | 34 | } |
33 | 35 | } | ... | ... |