Fold sidebar (#6610)

* wip

* wip
This commit is contained in:
syuilo
2020-08-01 10:53:23 +09:00
committed by GitHub
parent de3b365563
commit 66b07578c5
6 changed files with 138 additions and 88 deletions

View File

@ -42,6 +42,7 @@ export default Vue.extend({
},
methods: {
toggle() {
if (this.disabled) return;
this.$emit('change', this.value);
}
}
@ -61,7 +62,10 @@ export default Vue.extend({
&.disabled {
opacity: 0.6;
cursor: not-allowed;
&, * {
cursor: not-allowed !important;
}
}
&.checked {