Skip to content

Commit

Permalink
style(player): 给按钮加上鼠标pointer形状变化
Browse files Browse the repository at this point in the history
  • Loading branch information
mark9804 committed Oct 12, 2024
1 parent b7a83ca commit a6e0118
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/ba-story-player/lib/layers/uiLayer/BaUI.vue
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ function getI18n(key: string) {
border: none;
background-color: initial;
padding: 0;
cursor: pointer;
}
.right-top {
Expand Down Expand Up @@ -421,6 +422,7 @@ function getI18n(key: string) {
justify-content: right;
.ba-button {
cursor: pointer;
&:hover:enabled {
background-color: #c7c8c9;
}
Expand Down Expand Up @@ -521,6 +523,7 @@ function getI18n(key: string) {
.button-close-summary {
width: 50%;
cursor: pointer;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ function handleClose() {
padding: 0;
font-weight: bold;
font-size: 1.5em;
cursor: pointer;
}
}
Expand Down

0 comments on commit a6e0118

Please sign in to comment.