mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-25 08:53:50 +00:00
feat(reDesign): improve task focus styling
This commit is contained in:
parent
73ad0b7e8c
commit
ecf437c676
3 changed files with 1 additions and 4 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@
|
|||
opacity: $task-icon-default-opacity;
|
||||
transition: transform $transition-fast;
|
||||
|
||||
:host:focus &,
|
||||
.isCurrent &,
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue