mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-08-02 12:32:14 +00:00
fix: styling for drag handle on mobile
This commit is contained in:
parent
f191870bba
commit
1c844bfe52
1 changed files with 1 additions and 7 deletions
|
|
@ -351,7 +351,6 @@ progress-bar {
|
|||
//justify-content: center;
|
||||
//align-items: center;
|
||||
position: relative;
|
||||
|
||||
// fixes drag and drop on mobile
|
||||
touch-action: none;
|
||||
pointer-events: all;
|
||||
|
|
@ -394,12 +393,7 @@ progress-bar {
|
|||
}
|
||||
|
||||
.drag-handle-ico {
|
||||
@include mq(xs) {
|
||||
opacity: 0.15;
|
||||
//.first-line:hover & {
|
||||
//opacity: 0.3;
|
||||
//}
|
||||
}
|
||||
opacity: 0.15;
|
||||
|
||||
:host.isCurrent & {
|
||||
opacity: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue