theming fix

This commit is contained in:
Eugene Pankov 2017-10-08 14:56:51 +02:00
parent 48ccc538e5
commit e52fd0a3dd

View File

@ -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) {