mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-25 08:53:50 +00:00
feat(task): improve drag handle styling
This commit is contained in:
parent
7ab9e93bed
commit
2d9dd4c02e
1 changed files with 7 additions and 10 deletions
|
|
@ -631,12 +631,9 @@ progress-bar {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
.first-line:hover & {
|
||||
display: none;
|
||||
}
|
||||
|
||||
:host.isCurrent & {
|
||||
}
|
||||
//.first-line:hover & {
|
||||
// opacity: .7;
|
||||
//}
|
||||
|
||||
:host.isCurrent &::ng-deep mat-icon {
|
||||
transform: scale(1.4) !important;
|
||||
|
|
@ -655,10 +652,10 @@ progress-bar {
|
|||
|
||||
.drag-handle-ico {
|
||||
@include mq(xs) {
|
||||
opacity: 0;
|
||||
.first-line:hover & {
|
||||
opacity: 1;
|
||||
}
|
||||
opacity: 0.15;
|
||||
//.first-line:hover & {
|
||||
//opacity: 0.3;
|
||||
//}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue