summaryrefslogtreecommitdiff
path: root/paper/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'paper/bootswatch.less')
-rw-r--r--paper/bootswatch.less9
1 files changed, 6 insertions, 3 deletions
diff --git a/paper/bootswatch.less b/paper/bootswatch.less
index 2770a38b..0b6eeb65 100644
--- a/paper/bootswatch.less
+++ b/paper/bootswatch.less
@@ -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;
.box-shadow(inset 0 -1px 0 #ddd);
.transition(all 0.2s);
@@ -355,7 +357,8 @@ input[type="checkbox"],
}
}
- & > li.active > a {
+ & > li.active > a,
+ & > li.active > a:focus {
border: none;
.box-shadow(inset 0 -2px 0 @brand-primary);
color: @brand-primary;