0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Revert "Add pointer-events:none to disabled pager/pagination"

This reverts commit a217db1923a552b53c7a0c005e69c598fbd1a98a.
This reverts PR #18700
See the discussion in the comments on that commit.

[skip sauce]
This commit is contained in:
Chris Rebert 2016-07-25 07:47:31 -07:00
parent 2f9852e7cd
commit 4b0c3f2b8b
2 changed files with 0 additions and 2 deletions

View File

@ -49,7 +49,6 @@
color: @pager-disabled-color; color: @pager-disabled-color;
background-color: @pager-bg; background-color: @pager-bg;
cursor: @cursor-disabled; cursor: @cursor-disabled;
pointer-events: none; // Future-proof disabling of clicks on `<a>` elements
} }
} }
} }

View File

@ -71,7 +71,6 @@
background-color: @pagination-disabled-bg; background-color: @pagination-disabled-bg;
border-color: @pagination-disabled-border; border-color: @pagination-disabled-border;
cursor: @cursor-disabled; cursor: @cursor-disabled;
pointer-events: none; // Future-proof disabling of clicks on `<a>` elements
} }
} }
} }