make tab hover underline as heigh as the select underline
This commit is contained in:
parent
7ae5fc8895
commit
ece28ce252
1 changed files with 9 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue