Commit 8898e9b2 authored by sauski's avatar sauski Committed by Chromium LUCI CQ

Privacy Settings: Fix interaction with toggles under managed radio

Fixes an issue where the mouse interactions with the toggle buttons
under a settings-collapse-radio-button which has been disabled by poliy
do not work.

Bug: 1156264
Change-Id: Ifac3bd2767378b9f05ad95586ec4a46ea262a561
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577225Reviewed-by: default avatarRainhard Findling <rainhard@chromium.org>
Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com>
Cr-Commit-Position: refs/heads/master@{#834637}
parent fdc7a4b3
......@@ -43,6 +43,10 @@
padding-inline-start: 0;
}
settings-toggle-button:not([disabled]) {
pointer-events: all;
}
#safeBrowsingEnhanced .bullet-line:last-of-type {
padding-bottom: 12px;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment