From: Mark Otto Date: Wed, 28 Dec 2016 22:40:37 +0000 (-0800) Subject: no need for cursor: default, since, well, it's the default X-Git-Tag: v4.0.0-alpha.6~114 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd6e04715210730cb50accf776740808f525cc10;p=thirdparty%2Fbootstrap.git no need for cursor: default, since, well, it's the default --- diff --git a/scss/_pagination.scss b/scss/_pagination.scss index c87b6c685f..51656ec673 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; }