Merge pull request #73 from ZeusWPI/fix/tab-underline
make tab hover underline as heigh as the select underline
This commit is contained in:
commit
b0703b0546
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