]> BookStack Code Mirror - bookstack/blobdiff - resources/sass/styles.scss
Extend /users API endpoint
[bookstack] / resources / sass / styles.scss
index 614b7f295a5b22e6adb8eaf428207267ed5ec3c1..743db9888f771b69bc42d429cbfb8d81e88e1031 100644 (file)
@@ -193,8 +193,12 @@ $btt-size: 40px;
   .entity-list-item p {
     margin-bottom: 0;
   }
+  .entity-list-item:focus {
+    outline: 2px dotted var(--color-primary);
+    outline-offset: -4px;
+  }
   .entity-list-item.selected {
-    background-color: rgba(0, 0, 0, 0.05) !important;
+    @include lightDark(background-color, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0.05));
   }
   .loading {
     height: 400px;