aboutsummaryrefslogtreecommitdiff
path: root/less/close.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-05 19:39:49 -0800
committerMark Otto <[email protected]>2013-02-05 19:39:49 -0800
commit15c7e73abd8d97f0139d177d05c94e26faa17dd2 (patch)
tree5d9a2317d17b669fe4a9ce6863ea59f0ddeea430 /less/close.less
parentcb0fed66933d179b5bc3669a1df7df00b5688cbe (diff)
parentc55329085ebc6d05d91412251331c0613ea2250b (diff)
downloadbootstrap-15c7e73abd8d97f0139d177d05c94e26faa17dd2.tar.xz
bootstrap-15c7e73abd8d97f0139d177d05c94e26faa17dd2.zip
Merge branch '2.3.0-wip' of https://github.com/patrickhlauke/bootstrap into patrickhlauke-2.3.0-wip
Conflicts: docs/assets/css/bootstrap.css less/navbar.less
Diffstat (limited to 'less/close.less')
-rw-r--r--less/close.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/less/close.less b/less/close.less
index c71a508f3..4c626bda6 100644
--- a/less/close.less
+++ b/less/close.less
@@ -11,7 +11,8 @@
color: @black;
text-shadow: 0 1px 0 rgba(255,255,255,1);
.opacity(20);
- &:hover {
+ &:hover,
+ &:focus {
color: @black;
text-decoration: none;
cursor: pointer;