Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(487)

Unified Diff: ui/webui/resources/cr_elements/shared_style_css.html

Issue 2900173004: WebUI: Only highlight scrollable divs (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/settings/settings_shared_css.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/cr_elements/shared_style_css.html
diff --git a/ui/webui/resources/cr_elements/shared_style_css.html b/ui/webui/resources/cr_elements/shared_style_css.html
index d669216651611066b2c5b647af8dd97366dcbbf2..391486c4d8d4d4d86877e171bc8ac5e0309ccc40 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -97,13 +97,13 @@
[scrollable].can-scroll:not(.scrolled-to-bottom) {
border-bottom-color: var(--google-grey-300);
}
- [scrollable] :focus {
- @apply(--cr-list-item-focus);
- @apply(--cr-selectable-focus);
- }
[scrollable] iron-list > * {
@apply(--cr-actionable);
}
+ [scrollable] iron-list > :not(.no-outline):focus {
+ @apply(--cr-list-item-focus);
+ @apply(--cr-selectable-focus);
+ }
.scroll-container {
display: flex;
« no previous file with comments | « chrome/browser/resources/settings/settings_shared_css.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698