Skip to content

Commit

Permalink
Revert "Add pointer-events:none to disabled pager/pagination"
Browse files Browse the repository at this point in the history
This reverts commit a217db1.
This reverts PR #18700
See the discussion in the comments on that commit.

[skip sauce]
  • Loading branch information
cvrebert committed Jul 25, 2016
1 parent 2f9852e commit 4b0c3f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion less/pager.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
1 change: 0 additions & 1 deletion less/pagination.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit 4b0c3f2

Please sign in to comment.