feat(reDesign): improve task focus styling

This commit is contained in:
Johannes Millan 2019-09-13 17:30:46 +02:00
parent 73ad0b7e8c
commit ecf437c676
3 changed files with 1 additions and 4 deletions

View file

@ -119,7 +119,7 @@
<button (click)="pauseTask()"
*ngIf="!task.isDone && isCurrent && !task.subTasks"
class="ico-btn"
color=""
color="accent"
mat-icon-button
tabindex="2"
[title]="T.F.TASK.CMP.TRACK_TIME_STOP|translate">

View file

@ -39,7 +39,6 @@
opacity: $task-icon-default-opacity;
transition: transform $transition-fast;
:host:focus &,
.isCurrent &,
&:hover,
&:focus {

View file

@ -769,8 +769,6 @@ $min-badge-size: $s*2.25;
height: 20px;
width: 20px;
:host:focus > .inner-wrapper > .first-line &,
.first-line:hover & {
display: none;
}