]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Revert "Add pointer-events:none to disabled pager/pagination"
authorChris Rebert <code@chrisrebert.com>
Mon, 25 Jul 2016 14:47:31 +0000 (07:47 -0700)
committerChris Rebert <code@chrisrebert.com>
Mon, 25 Jul 2016 15:00:27 +0000 (08:00 -0700)
This reverts commit a217db1923a552b53c7a0c005e69c598fbd1a98a.
This reverts PR #18700
See the discussion in the comments on that commit.

[skip sauce]

less/pager.less
less/pagination.less

index d637667facdbe096adf2b4f75683c7513a36128e..41abaaadc5dc605c75de869dab943599ef31fbbd 100644 (file)
@@ -49,7 +49,6 @@
       color: @pager-disabled-color;
       background-color: @pager-bg;
       cursor: @cursor-disabled;
-      pointer-events: none; // Future-proof disabling of clicks on `<a>` elements
     }
   }
 }
index 8adfe79a83ce3bad2efa06afc420918117ff3b1a..31f77aae4ed7bff3bfaac4f3acf393cfb24ad149 100644 (file)
@@ -71,7 +71,6 @@
       background-color: @pagination-disabled-bg;
       border-color: @pagination-disabled-border;
       cursor: @cursor-disabled;
-      pointer-events: none; // Future-proof disabling of clicks on `<a>` elements
     }
   }
 }