From 1f7e46bc8cef3847982401a705af8e1f1ccbcb0e Mon Sep 17 00:00:00 2001 From: Arpad Csanyi Date: Fri, 13 May 2016 16:59:31 +0200 Subject: [PATCH] Theme mouse action's active nav item to point on it's configuration. --- sass/style.scss | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/sass/style.scss b/sass/style.scss index 72b92396..079c7ccf 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -127,7 +127,29 @@ .mouse { &__action { &--type { - border-right: 1px solid #000; + .nav { + border-right: 1px solid #ccc; + + li.active { + a { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + + &:after { + content: ''; + display: block; + position: absolute; + width: 0; + height: 0; + top: 0; + right: -4rem; + border-color: transparent transparent transparent #337ab7; + border-style: solid; + border-width: 2rem; + } + } + } + } } &--config {