Skip to content

Commit e54daff

Browse files
committed
fix: добавить ховеры
1 parent e08c354 commit e54daff

File tree

5 files changed

+7
-1
lines changed

5 files changed

+7
-1
lines changed

src/components/section/app-section.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ defineProps({
7777
</section>
7878
</template>
7979

80-
<style lang="scss">
80+
<style lang="scss" scoped>
8181
@use '@/assets/styles/breakpoints' as *;
8282
@use '@/assets/styles/colors' as *;
8383
@use '@/assets/styles/fonts' as *;

src/structures/list/examples/music-player/music-player.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ const handleProgressClick = (event: MouseEvent) => {
201201
}
202202
203203
button {
204+
cursor: pointer;
204205
display: flex;
205206
align-items: center;
206207
justify-content: center;
@@ -233,6 +234,7 @@ const handleProgressClick = (event: MouseEvent) => {
233234
}
234235
235236
&__delete {
237+
cursor: pointer;
236238
height: 38px;
237239
margin-left: auto;
238240
padding: 4px 10px;

src/structures/list/examples/paint/paint-canvas.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ const updateCanvasWidth = () => {
159159
gap: 4px;
160160
161161
button {
162+
cursor: pointer;
162163
display: flex;
163164
align-items: center;
164165
justify-content: center;

src/structures/queue/examples/notifications/toast-wrapper.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ const showToast = () => {
2323
2424
.toast-wrapper {
2525
&__button {
26+
cursor: pointer;
2627
display: flex;
2728
align-items: center;
2829
justify-content: center;

src/structures/stack/examples/modal-flow-case.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ onBeforeUnmount(() => {
8181
8282
.modal-flow {
8383
&__button-delete {
84+
cursor: pointer;
8485
height: 38px;
8586
margin-top: 10px;
8687
padding: 4px 10px;
@@ -135,6 +136,7 @@ onBeforeUnmount(() => {
135136
136137
&__buttons {
137138
button {
139+
cursor: pointer;
138140
margin-top: 10px;
139141
padding: 4px 10px;
140142
background: $color-accent;

0 commit comments

Comments
 (0)