0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

add a comment here to explain some things

This commit is contained in:
Mark Otto 2016-12-28 14:40:21 -08:00 committed by Mark Otto
parent e3d01a326b
commit c52049e5a7

View File

@ -33,10 +33,10 @@
@include plain-hover-focus {
color: $pagination-disabled-color;
pointer-events: none;
cursor: $cursor-disabled;
background-color: $pagination-disabled-bg;
border-color: $pagination-disabled-border;
}
cursor: $cursor-disabled; // While `pointer-events: none` removes the cursor in modern browsers, we provide a disabled cursor as a fallback.
}
}