From 17639e94da11d259e005b9bffbbae9deec310af8 Mon Sep 17 00:00:00 2001 From: liyasthomas Date: Mon, 2 Sep 2019 23:38:24 +0530 Subject: [PATCH] :art: Minor UI update --- assets/css/styles.scss | 2 +- components/history.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/styles.scss b/assets/css/styles.scss index e3978ca79..f2b0cada2 100644 --- a/assets/css/styles.scss +++ b/assets/css/styles.scss @@ -103,7 +103,7 @@ button { &:not([disabled]):hover, &:not(.disabled):focus { - background-color: transparent; + background-color: var(--bg-color); box-shadow: inset 0 0 0 2px var(--ac-color); color: var(--ac-color); } diff --git a/components/history.vue b/components/history.vue index cdbe1dcf8..fff9ed981 100644 --- a/components/history.vue +++ b/components/history.vue @@ -149,7 +149,7 @@ @media (max-width: 720px) { .virtual-list.filled { - min-height: 430px; + min-height: 380px; } }