🎨 Minor UI update

This commit is contained in:
liyasthomas
2019-09-02 23:38:24 +05:30
parent db31dbeb0e
commit 17639e94da
2 changed files with 2 additions and 2 deletions

View File

@@ -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);
}