From 06aa2a5bf24a31bc9a40cdf518eed5b15de9da30 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Fri, 1 Jan 2016 12:26:53 -0800 Subject: grunt dist docs [ci skip] --- docs/dist/css/bootstrap.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/dist/css/bootstrap.css') diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 42c79d6e4..f36488961 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -1,6 +1,6 @@ /*! * Bootstrap v3.3.6 (http://getbootstrap.com) - * Copyright 2011-2015 Twitter, Inc. + * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ @@ -4771,6 +4771,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777; + pointer-events: none; cursor: not-allowed; background-color: #fff; border-color: #ddd; @@ -4842,6 +4843,7 @@ fieldset[disabled] .navbar-inverse .btn-link:focus { .pager .disabled > a:focus, .pager .disabled > span { color: #777; + pointer-events: none; cursor: not-allowed; background-color: #fff; } -- cgit v1.2.3