feat: use BaseButton where easily possible #1803

Merged
dpschen merged 7 commits from dpschen/frontend:feature/feat-use-BaseButton-where-possible into main 2022-07-06 21:07:27 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 47bb4ba5f4 - Show all commits

View File

@ -103,7 +103,7 @@ const isButton = computed(() => componentNodeName.value === 'button')
:where(.base-button) {
cursor: pointer;
display: block;
display: inline-block;
color: inherit;
font: inherit;
user-select: none;