summaryrefslogtreecommitdiff
path: root/paper/_bootswatch.scss
diff options
context:
space:
mode:
Diffstat (limited to 'paper/_bootswatch.scss')
-rw-r--r--paper/_bootswatch.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/paper/_bootswatch.scss b/paper/_bootswatch.scss
index cc6486c1..379df350 100644
--- a/paper/_bootswatch.scss
+++ b/paper/_bootswatch.scss
@@ -341,9 +341,11 @@ input[type="checkbox"],
// Navs =======================================================================
.nav-tabs {
- & > li > a {
- border: none;
+ > li > a,
+ > li > a:focus {
margin-right: 0;
+ background-color: transparent;
+ border: none;
color: $navbar-default-link-color;
@include box-shadow(inset 0 -1px 0 #ddd);
@include transition(all 0.2s);
@@ -355,7 +357,8 @@ input[type="checkbox"],
}
}
- & > li.active > a {
+ & > li.active > a,
+ & > li.active > a:focus {
border: none;
@include box-shadow(inset 0 -2px 0 $brand-primary);
color: $brand-primary;