From ece28ce252cd09b4fd463cd1c5f2e09e7541fbff Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 5 Oct 2016 23:28:49 +0200 Subject: [PATCH] make tab hover underline as heigh as the select underline --- content/assets/stylesheets/includes/general.scss | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/content/assets/stylesheets/includes/general.scss b/content/assets/stylesheets/includes/general.scss index 93e12ab..cabf344 100644 --- a/content/assets/stylesheets/includes/general.scss +++ b/content/assets/stylesheets/includes/general.scss @@ -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; + } + } } } }