Index: chrome/browser/resources/md_bookmarks/shared_style.html |
diff --git a/chrome/browser/resources/md_bookmarks/shared_style.html b/chrome/browser/resources/md_bookmarks/shared_style.html |
index 7f7aa8ba46d1664f4d0e790a4e80429a124abfd8..0ccc1dd1c6501bd90c48b261ea47936d42ea8250 100644 |
--- a/chrome/browser/resources/md_bookmarks/shared_style.html |
+++ b/chrome/browser/resources/md_bookmarks/shared_style.html |
@@ -55,7 +55,7 @@ |
background-color: var(--highlight-color); |
} |
- .mouse-focus { |
+ :host-context([hide-focus-ring]) [tabindex]:focus { |
outline: none; |
} |
</style> |