Skip to content

Commit

Permalink
change dropdown option inner div class name to not collide with dropd…
Browse files Browse the repository at this point in the history
…own window class names
  • Loading branch information
Nerwyn committed Dec 3, 2024
1 parent 303cba8 commit e481e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/custom-features-row.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/classes/custom-feature-dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ export class CustomFeatureDropdownOption extends BaseCustomFeature {

return html`${this.buildBackground()}
<div
class="container"
class="content"
@mousedown=${this.onMouseDown}
@mouseup=${this.onMouseUp}
@mousemove=${this.onMouseMove}
Expand Down Expand Up @@ -441,7 +441,7 @@ export class CustomFeatureDropdownOption extends BaseCustomFeature {
rgba(0, 0, 0, 0.38)
);
}
.container {
.content {
display: flex;
flex-direction: row;
align-items: center;
Expand Down

0 comments on commit e481e2b

Please sign in to comment.