summaryrefslogtreecommitdiff
path: root/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_navs.scss
diff options
context:
space:
mode:
Diffstat (limited to 'xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_navs.scss')
-rw-r--r--xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_navs.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_navs.scss b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_navs.scss
index 9d369f3..f4f0a55 100644
--- a/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_navs.scss
+++ b/xstatic/pkg/bootstrap_scss/data/scss/bootstrap/_navs.scss
@@ -7,8 +7,8 @@
// --------------------------------------------------
.nav {
- margin-bottom: 0;
padding-left: 0; // Override default ul/ol
+ margin-bottom: 0;
list-style: none;
@include clearfix;
@@ -35,8 +35,8 @@
&:focus {
color: $nav-disabled-link-hover-color;
text-decoration: none;
- background-color: transparent;
cursor: $cursor-disabled;
+ background-color: transparent;
}
}
}
@@ -97,10 +97,10 @@
&:hover,
&:focus {
color: $nav-tabs-active-link-hover-color;
+ cursor: default;
background-color: $nav-tabs-active-link-hover-bg;
border: 1px solid $nav-tabs-active-link-hover-border-color;
border-bottom-color: transparent;
- cursor: default;
}
}
}
@@ -163,8 +163,8 @@
> li {
float: none;
> a {
- text-align: center;
margin-bottom: 5px;
+ text-align: center;
}
}