Fix new icon designations for new semantic style
This commit is contained in:
@@ -14,7 +14,7 @@ export default Ember.Component.extend
|
|||||||
when 'string' then 'terminal'
|
when 'string' then 'terminal'
|
||||||
when 'text' then 'sticky note outline'
|
when 'text' then 'sticky note outline'
|
||||||
when 'number' then 'hashtag'
|
when 'number' then 'hashtag'
|
||||||
when 'timestamp' then 'wait'
|
when 'timestamp' then 'clock outline'
|
||||||
else 'red warning circle'
|
else 'red warning circle'
|
||||||
# &.date
|
# &.date
|
||||||
# @extend .fa-calendar
|
# @extend .fa-calendar
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ export default Ember.Component.extend({
|
|||||||
case 'number':
|
case 'number':
|
||||||
return 'hashtag';
|
return 'hashtag';
|
||||||
case 'timestamp':
|
case 'timestamp':
|
||||||
return 'wait';
|
return 'clock outline';
|
||||||
default:
|
default:
|
||||||
return 'red warning circle';
|
return 'red warning circle';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user