We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdcf15 commit 172fa5eCopy full SHA for 172fa5e
app/assets/stylesheets/searchworks4/record.css
@@ -396,3 +396,17 @@
396
word-break: break-word;
397
}
398
399
+
400
+/* Show component library focus-visible styles on the parent element when the title link is active */
401
+.index_title:has(a:not(.btn):focus-visible) {
402
+ outline: 2px solid white;
403
+ box-shadow: 0 0 0 4px var(--stanford-black);
404
+ border-radius: 0.375rem;
405
+ outline-offset: 1px;
406
+}
407
408
+/* Hide the component library focus-visible styles on the title link when we show it on the parent element */
409
+.index_title a:not(.btn):focus-visible {
410
+ outline: none;
411
+ box-shadow: none;
412
0 commit comments