mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Revert "Add pointer-events:none to disabled pager/pagination"
This reverts commit a217db1923.
This reverts PR #18700
See the discussion in the comments on that commit.
[skip sauce]
This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user