mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
UX: Missing element id
This commit is contained in:
parent
7847002f90
commit
4e618aa08f
|
@ -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();
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user