Skip to content

Commit b4f6ab2

Browse files
committed
Dropdown::Content: Remove unused .rl-dropdown CSS class assignment
1 parent f3c7058 commit b4f6ab2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/dropdown/content.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import Component from '@ember/component';
22

33
export default Component.extend({
4-
classNames: ['rl-dropdown'],
54
classNameBindings: ['isExpanded:open'],
65
});

0 commit comments

Comments
 (0)