Explorar el Código

К предыдущему

Book Pauk hace 5 años
padre
commit
522ebc8aa2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      client/components/Reader/Reader.vue

+ 2 - 0
client/components/Reader/Reader.vue

@@ -1216,11 +1216,13 @@ class Reader extends Vue {
 .tool-button-disabled {
     color: lightgray;
     background-color: gray;
+    cursor: default;
 }
 
 .tool-button-disabled:hover {
     color: lightgray;
     background-color: gray;
+    cursor: default;
 }
 
 .space {