Skip to content

Commit

Permalink
feat(reDesign): improve task focus styling
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesjo committed Sep 13, 2019
1 parent 73ad0b7 commit ecf437c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/features/tasks/task/task.component.html
Expand Up @@ -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">
Expand Down
1 change: 0 additions & 1 deletion src/app/features/tasks/task/task.component.mixins.scss
Expand Up @@ -39,7 +39,6 @@
opacity: $task-icon-default-opacity;
transition: transform $transition-fast;

:host:focus &,
.isCurrent &,
&:hover,
&:focus {
Expand Down
2 changes: 0 additions & 2 deletions src/app/features/tasks/task/task.component.scss
Expand Up @@ -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;
}
Expand Down

0 comments on commit ecf437c

Please sign in to comment.