2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Add pointer-events:none to disabled pagination/pager links

as currently this was missed out (compared to disabled `a.btn`)
This commit is contained in:
Patrick H. Lauke
2015-12-27 10:00:40 +00:00
parent 86b3110242
commit 348763d65c
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@
> a {
@include plain-hover-focus {
color: $pager-disabled-color;
pointer-events: none;
cursor: $cursor-disabled;
background-color: $pager-bg;
}
+1
View File
@@ -34,6 +34,7 @@
&.disabled .page-link {
@include plain-hover-focus {
color: $pagination-disabled-color;
pointer-events: none;
cursor: $cursor-disabled;
background-color: $pagination-disabled-bg;
border-color: $pagination-disabled-border;