File tree Expand file tree Collapse file tree 5 files changed +7
-1
lines changed
queue/examples/notifications Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ defineProps({
77
77
</section >
78
78
</template >
79
79
80
- <style lang="scss">
80
+ <style lang="scss" scoped >
81
81
@use ' @/assets/styles/breakpoints' as * ;
82
82
@use ' @/assets/styles/colors' as * ;
83
83
@use ' @/assets/styles/fonts' as * ;
Original file line number Diff line number Diff line change @@ -201,6 +201,7 @@ const handleProgressClick = (event: MouseEvent) => {
201
201
}
202
202
203
203
button {
204
+ cursor : pointer ;
204
205
display : flex ;
205
206
align-items : center ;
206
207
justify-content : center ;
@@ -233,6 +234,7 @@ const handleProgressClick = (event: MouseEvent) => {
233
234
}
234
235
235
236
& __delete {
237
+ cursor : pointer ;
236
238
height : 38px ;
237
239
margin-left : auto ;
238
240
padding : 4px 10px ;
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ const updateCanvasWidth = () => {
159
159
gap : 4px ;
160
160
161
161
button {
162
+ cursor : pointer ;
162
163
display : flex ;
163
164
align-items : center ;
164
165
justify-content : center ;
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ const showToast = () => {
23
23
24
24
.toast-wrapper {
25
25
& __button {
26
+ cursor : pointer ;
26
27
display : flex ;
27
28
align-items : center ;
28
29
justify-content : center ;
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ onBeforeUnmount(() => {
81
81
82
82
.modal-flow {
83
83
& __button-delete {
84
+ cursor : pointer ;
84
85
height : 38px ;
85
86
margin-top : 10px ;
86
87
padding : 4px 10px ;
@@ -135,6 +136,7 @@ onBeforeUnmount(() => {
135
136
136
137
& __buttons {
137
138
button {
139
+ cursor : pointer ;
138
140
margin-top : 10px ;
139
141
padding : 4px 10px ;
140
142
background : $color-accent ;
You can’t perform that action at this time.
0 commit comments