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

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

Issue 2918993004: Settings: Do not apply cr-actionable to scrollable items (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/bluetooth_page/bluetooth_subpage.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 0c318c9a835d47eb53ebcd82939758a7620207fb..6199ea4778ee9189c4ef4b66699812420ab43b3c 100644
--- a/ui/webui/resources/cr_elements/shared_style_css.html
+++ b/ui/webui/resources/cr_elements/shared_style_css.html
@@ -102,9 +102,6 @@
[scrollable].can-scroll:not(.scrolled-to-bottom) {
border-bottom-color: var(--google-grey-300);
}
- [scrollable] iron-list > * {
- @apply(--cr-actionable);
- }
[scrollable] iron-list > :not(.no-outline):focus {
@apply(--cr-list-item-focus);
@apply(--cr-selectable-focus);
« no previous file with comments | « chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698