Commit 348763d6 authored by Patrick H. Lauke's avatar Patrick H. Lauke
Browse files

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

as currently this was missed out (compared to disabled `a.btn`)
parent 86b31102
Showing with 2 additions and 0 deletions
+2 -0
......@@ -30,6 +30,7 @@
> a {
@include plain-hover-focus {
color: $pager-disabled-color;
pointer-events: none;
cursor: $cursor-disabled;
background-color: $pager-bg;
}
......
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment