Commit b9c6ca14963af5ad07da5ed5db43b7cbe20624fc

Authored by Dmitriy Zaporozhets
1 parent 554c4844

Make MR tabs look like tabs :)

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
app/assets/stylesheets/sections/merge_requests.scss
@@ -21,13 +21,15 @@ @@ -21,13 +21,15 @@
21 21
22 .merge-request .merge-request-tabs{ 22 .merge-request .merge-request-tabs{
23 border-bottom: 2px solid $border_primary; 23 border-bottom: 2px solid $border_primary;
24 - padding-bottom: 10px;  
25 margin-bottom: 20px; 24 margin-bottom: 20px;
26 25
27 li { 26 li {
28 a { 27 a {
29 - padding: 20px 40px; 28 + padding: 18px 40px;
30 font-size: 14px; 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 }