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 @@ -