mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 11:13:22 +08:00
DEV: removes unused disabled-icon (#27856)
This commit is contained in:
parent
8fe73ab404
commit
11713518ef
|
@ -1,5 +0,0 @@
|
|||
{{d-icon this.icon class="fa-stack-1x"}}
|
||||
|
||||
{{#if this.disabled}}
|
||||
{{d-icon "ban" class="fa-stack-2x"}}
|
||||
{{/if}}
|
|
@ -1,5 +0,0 @@
|
|||
import Component from "@ember/component";
|
||||
export default Component.extend({
|
||||
tagName: "span",
|
||||
classNameBindings: [":fa-stack"],
|
||||
});
|
Loading…
Reference in New Issue
Block a user