rename icon status-modifier-inner-circle to small-dot
This commit is contained in:
parent
1024b4889c
commit
10a61558f7
7 changed files with 8 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
<div class="chat-status-holder">
|
||||
<%- @Icon('status') %>
|
||||
<%- @Icon('status-modified-outer-circle') %>
|
||||
<%- @Icon('status-modified-inner-circle') %>
|
||||
<%- @Icon('small-dot', 'status-modified-inner-circle') %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="chat-name" title="<%= @title %>"><%= @name %></div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="chat-status-holder">
|
||||
<%- @Icon('status') %>
|
||||
<%- @Icon('status-modified-outer-circle') %>
|
||||
<%- @Icon('status-modified-inner-circle') %>
|
||||
<%- @Icon('small-dot', 'status-modified-inner-circle') %>
|
||||
</div>
|
||||
</div>
|
||||
<div class="chat-name"><%- @name %></div>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<div class="nav-tab-icon" title="<%- @Ti(item.meta.iconTitle) %>">
|
||||
<% if item.meta.type is 'task': %>
|
||||
<% if item.task.notify: %>
|
||||
<%- @Icon('status-modified-inner-circle', "icon-task-state #{item.meta.iconClass}") %>
|
||||
<%- @Icon('small-dot', "icon-status-modified-inner-circle icon-task-state #{item.meta.iconClass}") %>
|
||||
<%- @Icon('status-modified-outer-circle', "icon-task-state #{item.meta.iconClass}") %>
|
||||
<% else: %>
|
||||
<%- @Icon('task-state', item.meta.iconClass) %>
|
||||
|
|
|
@ -66,8 +66,8 @@
|
|||
.icon-reply { width: 16px; height: 16px; }
|
||||
.icon-report { width: 20px; height: 20px; }
|
||||
.icon-signout { width: 15px; height: 19px; }
|
||||
.icon-small-dot { width: 16px; height: 16px; }
|
||||
.icon-split { width: 16px; height: 16px; }
|
||||
.icon-status-modified-inner-circle { width: 16px; height: 16px; }
|
||||
.icon-status-modified-outer-circle { width: 16px; height: 16px; }
|
||||
.icon-status { width: 16px; height: 16px; }
|
||||
.icon-stopwatch { width: 77px; height: 83px; }
|
||||
|
|
Binary file not shown.
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 52 KiB After Width: | Height: | Size: 52 KiB |
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
|
||||
<!-- Generator: Sketch 3.4 (15575) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>status-modified-inner-circle</title>
|
||||
<!-- Generator: Sketch 3.5.1 (25234) - http://www.bohemiancoding.com/sketch -->
|
||||
<title>small-dot</title>
|
||||
<desc>Created with Sketch.</desc>
|
||||
<defs></defs>
|
||||
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
|
||||
<g id="status-modified-inner-circle" sketch:type="MSArtboardGroup" fill="#50E3C2">
|
||||
<g id="small-dot" sketch:type="MSArtboardGroup" fill="#50E3C2">
|
||||
<circle id="Oval-2" sketch:type="MSShapeGroup" cx="8" cy="8" r="3"></circle>
|
||||
</g>
|
||||
</g>
|
Before Width: | Height: | Size: 753 B After Width: | Height: | Size: 717 B |
Loading…
Reference in a new issue