]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_text.scss
Add prev and next button to navigate through different pages
[bookstack] / resources / sass / _text.scss
index 4322cb5a606da731f00a692ed97f1c8ee325a723..4ece0ea201e8f4031b1c5d908b700f636abc1219 100644 (file)
@@ -112,6 +112,12 @@ a {
   }
 }
 
+a.disabled {
+  pointer-events: none;
+  cursor: default;
+  opacity: 0.6;
+}
+
 .blended-links a {
   color: inherit;
   svg {