From f732407a4b402b5a6c5eb0964f146afda11b0fba Mon Sep 17 00:00:00 2001 From: Erastus Amunwe Date: Mon, 26 Oct 2020 23:09:28 +0200 Subject: [PATCH] added disabled css class --- src/App.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/App.vue b/src/App.vue index 4e3ae55..7db952a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -37,4 +37,11 @@ export default { color: #2c3e50; // margin-top: 60px; } +.disabled { + cursor: not-allowed; + color: gray +} +.disabled:hover { + color:gray +}