Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_nav.scss38
1 files changed, 0 insertions, 38 deletions
diff --git a/scss/_nav.scss b/scss/_nav.scss
index aa8a01e481..551f3c9cde 100644
--- a/scss/_nav.scss
+++ b/scss/_nav.scss
@@ -39,44 +39,6 @@
//
-// Base styles
-//
-
-// .nav {
-// padding-left: 0;
-// margin-bottom: 0;
-// list-style: none;
-// @include clearfix();
-// }
-//
-// .nav-item {
-// position: relative;
-// display: inline-block;
-// }
-//
-// .nav-link {
-// display: inline-block;
-//
-// @include hover-focus {
-// text-decoration: none;
-// background-color: $nav-link-hover-bg;
-// }
-//
-// // Disabled state sets text to gray and nukes hover/tab effects
-// .disabled > &,
-// &.disabled {
-// color: $nav-disabled-link-color;
-//
-// @include plain-hover-focus {
-// color: $nav-disabled-link-hover-color;
-// cursor: $cursor-disabled;
-// background-color: transparent;
-// }
-// }
-// }
-
-
-//
// Tabs
//