
$pager-clr-disable-bg:  #edf0f2;
$pager-clr-disable-txt: #b2b2b2;

.pager{
  a:hover{
    text-decoration: none;
  }
}

.pager-simple{
  a[disabled],a[disabled]:hover{
    cursor: not-allowed;
    background: $pager-clr-disable-bg;
    color: $pager-clr-disable-txt;
    .micon{
      cursor: not-allowed;
    }
  }
}