Selaa lähdekoodia

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

Book Pauk 5 vuotta sitten
vanhempi
commit
522ebc8aa2
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  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 {