fix(navigation): don't hide color bubble in navigation on touch devices
Related discussion: https://community.vikunja.io/t/board-color-sticker/1607
This commit is contained in:
parent
f256fc3843
commit
b126a7f7ff
@ -147,6 +147,10 @@ const canNestDeeper = computed(() => canNestProjectDeeper(level))
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.is-touch .color-bubble {
|
||||||
|
opacity: 1 !important;
|
||||||
|
}
|
||||||
|
|
||||||
.color-bubble-handle-wrapper {
|
.color-bubble-handle-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 1rem;
|
width: 1rem;
|
||||||
@ -175,4 +179,8 @@ const canNestDeeper = computed(() => canNestProjectDeeper(level))
|
|||||||
color: var(--grey-300) !important;
|
color: var(--grey-300) !important;
|
||||||
font-size: .75rem;
|
font-size: .75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.is-touch .handle.has-color-bubble {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user