1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 15:50:01 +02:00

Remove cursor: not-allowed styles

This commit is contained in:
Patrick H. Lauke
2017-04-10 22:07:44 +01:00
parent 18e8704221
commit 7056f70240
9 changed files with 1 additions and 24 deletions

View File

@@ -29,7 +29,6 @@
&.disabled .page-link {
color: $pagination-disabled-color;
pointer-events: none;
cursor: $cursor-disabled; // While `pointer-events: none` removes the cursor in modern browsers, we provide a disabled cursor as a fallback.
background-color: $pagination-disabled-bg;
border-color: $pagination-disabled-border;
}