wzh 3 роки тому
батько
коміт
7f6e1c803d
1 змінених файлів з 6 додано та 0 видалено
  1. 6 0
      src/components/Aside.vue

+ 6 - 0
src/components/Aside.vue

@@ -15,6 +15,7 @@
     >
       <template v-slot:title>
         <img
+          class="pointer pimg"
           :style="{
             width: '30px',
             height: '30px',
@@ -37,3 +38,8 @@
 <script setup>
 import store from "../store";
 </script>
+<style scoped>
+.pimg:hover {
+  background: #fff !important;
+}
+</style>