diff options
| author | Chris Rebert <[email protected]> | 2016-01-01 12:26:53 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2016-01-01 12:26:53 -0800 |
| commit | 06aa2a5bf24a31bc9a40cdf518eed5b15de9da30 (patch) | |
| tree | 0cd9ed8f5eba5ef4624c3a1fddaf17e013a03a32 /docs/dist/css/bootstrap.css | |
| parent | cf3f8e0d580888ec9459270ed67dc86c13f5b41a (diff) | |
| download | bootstrap-06aa2a5bf24a31bc9a40cdf518eed5b15de9da30.tar.xz bootstrap-06aa2a5bf24a31bc9a40cdf518eed5b15de9da30.zip | |
grunt dist docs
[ci skip]
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 4 |
1 files changed, 3 insertions, 1 deletions
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; } |
