Skip to content

Commit

Permalink
fix issue with errant bullets on webform wizard page progress tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
ubcjohn committed Sep 18, 2024
1 parent d1ffec5 commit eeb9e38
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
8 changes: 7 additions & 1 deletion css/drupal.webform.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,10 @@
.webform-submission-form a.tabledrag-handle .handle {
width: auto;
height: auto;
}
}

/* remove errant bullets from webform page wizard */

ul.progress-tracker li {
list-style-type: unset !important;
}
2 changes: 1 addition & 1 deletion css/drupal.webform.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion src/css/drupal.webform.css
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,9 @@
.webform-submission-form a.tabledrag-handle .handle {
width: auto;
height: auto;
}
}

/* remove errant bullets from webform page wizard */
ul.progress-tracker li {
list-style-type: unset !important;
}

0 comments on commit eeb9e38

Please sign in to comment.