make tab hover underline as heigh as the select underline

This commit is contained in:
Felix Van der Jeugt 2016-10-05 23:28:49 +02:00
parent 7ae5fc8895
commit ece28ce252

View file

@ -54,6 +54,15 @@ main.section {
padding-left: 5px;
padding-right: 5px;
}
&.is-tab {
border-bottom: 3px solid transparent;
border-top: 3px solid transparent;
&:hover, &.is-active {
border-bottom-color: $zeus-orange;
}
}
}
}
}