sync
[bootswatch] / flatly / bootswatch.less
index 8a407d2..391638a 100644 (file)
@@ -1,4 +1,4 @@
-// Flatly 3.0.1
+// Flatly 3.0.3
 // Bootswatch
 // -----------------------------------------------------
 
 
 // Typography =================================================================
 
-.text-primary {
+.text-primary,
+.text-primary:hover {
        color: @brand-primary;
 }
 
-.text-success {
+.text-success,
+.text-success:hover {
        color: @brand-success;
 }
 
-.text-danger {
+.text-danger,
+.text-danger:hover {
        color: @brand-danger;
 }
 
-.text-warning {
+.text-warning,
+.text-warning:hover {
        color: @brand-warning;
 }
 
-.text-info {
+.text-info,
+.text-info:hover {
        color: @brand-info;
 }
 
@@ -113,6 +118,14 @@ input[type="color"],
 
 // Navs =======================================================================
 
+.nav {
+       .open > a,
+       .open > a:hover,
+       .open > a:focus {
+               border-color: transparent;
+       }
+}
+
 .pagination {
        
        a,