diff --git a/app/assets/stylesheets/partials/_item_header.sass b/app/assets/stylesheets/partials/_item_header.sass index 072bb37f..a61fe8e2 100644 --- a/app/assets/stylesheets/partials/_item_header.sass +++ b/app/assets/stylesheets/partials/_item_header.sass @@ -144,6 +144,7 @@ a display: block + background: $module-bg-color border: 1px solid $module-border-color border-bottom: 0 border-radius: .5em .5em 0 0 @@ -154,5 +155,7 @@ text-decoration: underline &[data-is-current=true] - background: $module-bg-color - font-weight: bold \ No newline at end of file + background: $background-color + padding-bottom: calc(.5em + 1px) + font-weight: bold + margin-bottom: -1px \ No newline at end of file