From 16d9e1e34a346f7b7581ddaac7c43796ecdfedc6 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Mon, 2 Sep 2019 13:08:49 +0530 Subject: [PATCH] :art: Minor UI update --- assets/css/styles.scss | 8 +++ components/history.vue | 38 +++++------ package-lock.json | 2 +- package.json | 8 +-- pages/index.vue | 143 ++++++++++++++++++----------------------- 5 files changed, 93 insertions(+), 106 deletions(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index 194a582d9..f1634f000 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -86,12 +86,20 @@ button { font-weight: 700; font-size: 16px; cursor: pointer; + transition: all .2s; &[disabled], &.disabled { opacity: 0.7; cursor: default; } + + &:hover, + &:focus { + background-color: var(--act-color); + box-shadow: inset 0 0 0 2px var(--ac-color); + color: var(--ac-color); + } } fieldset { diff --git a/components/history.vue b/components/history.vue index 05d802e16..e3ef9a010 100644 --- a/components/history.vue +++ b/components/history.vue @@ -7,33 +7,33 @@ -