Skip to content

Commit

Permalink
drilldown: remove unused css class
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJVarley committed Nov 28, 2023
1 parent 34041ad commit e0c71ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dmn-js-drd/src/features/drill-down/DrillDown.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default class DrillDown {
addOverlay(element, className) {
const html = domify(`
<div class="drill-down-overlay">
<button type="button" class="${className} drill-down-btn"></button>
<button type="button" class="${className}"></button>
</div>
`);

Expand Down

0 comments on commit e0c71ec

Please sign in to comment.