Skip to content

Commit 4f64046

Browse files
committed
Merge pull request #198 from OpenConext/bugfix/remove-idp-pref-button
Re-enable clicking of IdP preference button
2 parents ab070dd + 9d88c13 commit 4f64046

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

theme/material/stylesheets/modules/_results.css.sass

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,9 @@
139139

140140
// Let clicks fall through to underlying a.result
141141
pointer-events: none
142-
// ... unless the user doesn't have JavaScript, in which case the button must submit the form.
143-
html.no-js &
142+
// ... unless the user doesn't have JavaScript, in which case the button must submit the form,
143+
// or it concerns the IdP preference removal button.
144+
html.no-js &, &.deleteable
144145
pointer-events: auto
145146

146147
.lt-ie9 &.deleteable

0 commit comments

Comments
 (0)