Merge pull request #73 from ZeusWPI/fix/tab-underline

make tab hover underline as heigh as the select underline
This commit is contained in:
lorin 2016-10-08 19:20:57 +02:00 committed by GitHub
commit b0703b0546

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;
}
}
}
}
}