UX: Missing element id

This commit is contained in:
Robin Ward 2017-11-04 10:15:16 -04:00
parent 7847002f90
commit 4e618aa08f
2 changed files with 1 additions and 8 deletions

View File

@ -5,7 +5,7 @@ import { renderedConnectorsFor } from 'discourse/lib/plugin-connectors';
export default Ember.Component.extend({
tagName: 'ul',
classNameBindings: [':nav', ':nav-pills'],
id: 'navigation-bar',
elementId: 'navigation-bar',
init() {
this._super();

View File

@ -8,13 +8,6 @@
}
.list-controls {
#navigation-bar {
.has-icon span:before {
margin-right: 4px;
font: 1.071em/0.9 "FontAwesome";
}
}
.select-box-kit {
align-self: center;