Skip to content

Commit c80fa26

Browse files
authored
make stepper titles selectable (#12977)
Fixes the issue that non-collapsible stepper titles are not selectable. E.g. on https://docs.flutter.dev/learn/pathway
1 parent e7e82d1 commit c80fa26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/lib/_sass/components/_stepper.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
// Non-collapsible variant: all steps stay open, no toggle interaction
103103
&.non-collapsible > details > summary {
104104
pointer-events: none;
105+
user-select: initial;
105106
cursor: default;
106107

107108
span.material-symbols {

0 commit comments

Comments
 (0)