2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Add $nav-disabled-link-hover-bg variable

This commit is contained in:
Mark Otto
2016-01-06 15:42:32 -08:00
parent 030ab626a5
commit 7668a66bbe
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
@include plain-hover-focus {
color: $nav-disabled-link-hover-color;
cursor: $cursor-disabled;
background-color: transparent;
background-color: $nav-disabled-link-hover-bg;
}
}
}