Browse Source

theming fix

Eugene Pankov 8 years ago
parent
commit
e52fd0a3dd
1 changed files with 6 additions and 0 deletions
  1. 6 0
      terminus-core/src/theme.scss

+ 6 - 0
terminus-core/src/theme.scss

@@ -160,9 +160,12 @@ app-root  {
 
             tab-header {
                 border-top: 1px solid transparent;
+                border-bottom: 1px solid $border-color;
+                margin-bottom: -1px;
 
                 &.active {
                     border-top: 1px solid $teal;
+                    border-bottom-color: transparent;
                 }
 
                 &.has-activity:not(.active) {
@@ -176,9 +179,12 @@ app-root  {
 
             tab-header {
                 border-bottom: 1px solid transparent;
+                border-top: 1px solid $border-color;
+                margin-top: -1px;
 
                 &.active {
                     border-bottom: 1px solid $teal;
+                    margin-top: -1px;
                 }
 
                 &.has-activity:not(.active) {