top-matter: hide actions for all when selection
Signed-off-by: Varun Patil <radialapps@gmail.com>pull/653/head
parent
1ead974fc9
commit
a9f2f0f5ad
|
@ -112,9 +112,3 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
|
||||||
body.has-top-bar .face-top-matter .right-actions {
|
|
||||||
visibility: hidden;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
|
@ -110,6 +110,14 @@ export default defineComponent({
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Hide the actions when the selection manager is open.
|
||||||
|
* Having two action bars is confusing.
|
||||||
|
*/
|
||||||
|
body.has-top-bar & {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue