Valid html solution to disabling pagination links

This commit is contained in:
Mouse Reeve
2021-04-03 11:54:15 -07:00
parent 99185bbb3a
commit 3cb91098e6
2 changed files with 13 additions and 2 deletions

View File

@ -25,6 +25,17 @@ html {
min-width: 75% !important;
}
/* --- "disabled" for non-buttons --- */
.is-disabled {
background-color: #dbdbdb;
border-color: #dbdbdb;
box-shadow: none;
color: #7a7a7a;
opacity: .5;
cursor: not-allowed;
}
/* --- SHELVING --- */
/** @todo Replace icons with SVG symbols.