Skip to content

Commit

Permalink
migrate mt-inheritance-switch to plain css
Browse files Browse the repository at this point in the history
  • Loading branch information
Haberkamp committed Nov 6, 2024
1 parent ad42e43 commit 78d2009
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,13 @@ export default defineComponent({
});
</script>

<style lang="scss">
<style scoped>
.mt-inheritance-switch {
cursor: pointer;
margin-top: -1px;
}
&.mt-inheritance-switch--disabled {
cursor: default;
}
.mt-inheritance-switch--disabled {
cursor: default;
}
</style>

0 comments on commit 78d2009

Please sign in to comment.