diff options
| author | Mark Otto <[email protected]> | 2016-12-28 14:40:37 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 15:13:43 -0800 |
| commit | bd6e04715210730cb50accf776740808f525cc10 (patch) | |
| tree | 1043b2bdd4470ffa0a9710d46c40e2e0328683de | |
| parent | c52049e5a75941a2a6284d984c1df219b064a45e (diff) | |
| download | bootstrap-bd6e04715210730cb50accf776740808f525cc10.tar.xz bootstrap-bd6e04715210730cb50accf776740808f525cc10.zip | |
no need for cursor: default, since, well, it's the default
| -rw-r--r-- | scss/_pagination.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_pagination.scss b/scss/_pagination.scss index c87b6c685..51656ec67 100644 --- a/scss/_pagination.scss +++ b/scss/_pagination.scss @@ -23,7 +23,6 @@ @include plain-hover-focus { z-index: 2; color: $pagination-active-color; - cursor: default; background-color: $pagination-active-bg; border-color: $pagination-active-border; } |
