fix close task icon
This commit is contained in:
parent
8b2138c025
commit
89248ddaed
2 changed files with 7 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
<div class="priority icon <% if item.task.notify: %>modified<% end %>"></div>
|
||||
<div class="name contain-text flex"><%= item.data.head %></div>
|
||||
<div class="close-task button horizontal centered">
|
||||
<div class="close-task icon" title="<%- @T('close') %>" data-type="close"></div>
|
||||
<div class="close close-task icon" title="<%- @T('close') %>" data-type="close"></div>
|
||||
</div>
|
||||
</a>
|
||||
<% end %>
|
|
@ -841,8 +841,8 @@ ol.tabs li {
|
|||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
.close-task:before,
|
||||
.close-task:after {
|
||||
.close-task.icon:before,
|
||||
.close-task.icon:after {
|
||||
top: 20%;
|
||||
height: 60%;
|
||||
background: #586066;
|
||||
|
@ -1312,6 +1312,10 @@ footer {
|
|||
position: relative;
|
||||
}
|
||||
|
||||
.task:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.task .priority.icon {
|
||||
margin-top: -2px;
|
||||
margin-right: 10px;
|
||||
|
|
Loading…
Reference in a new issue