diff --git a/src/index.scss b/src/index.scss index c6bda565..77043b9e 100755 --- a/src/index.scss +++ b/src/index.scss @@ -70,6 +70,22 @@ } .course-tabs-navigation { border-bottom: solid 1px #EAEAEA; + + .nav a, .nav button { + &:hover { + background-color: $light-400; + } + &:focus { + border: 2px solid $dark-500; + } + } + + .nav a { + &:not(.active):hover { + background-color: $light-400; + border-bottom: none; + } + } } .nav-underline-tabs {