]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/_lists.scss
Started playing with new settings view layout
[bookstack] / resources / sass / _lists.scss
index 8febdcffcd4f681d4ba5b2b57ccc2ea37b56608c..ea10f66bfaa38f3cc0f015797a4c20bc5a7b7a86 100644 (file)
@@ -681,7 +681,17 @@ ul.pagination {
   }
   a:hover {
     @include lightDark(background-color, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
-    border-radius: 3px;
+    border-radius: 4px;
     text-decoration: none;
   }
+  &.in-sidebar {
+    a {
+      display: block;
+      margin-bottom: $-xs;
+    }
+    a.active {
+      border-radius: 4px;
+      @include lightDark(background-color, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
+    }
+  }
 }