Dashboard: fix visual glitch when clicking on active background

Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan C. Borchardt 2020-08-19 17:05:10 +02:00 committed by Julius Härtl
parent 2b51b62f94
commit 1c3e95670d
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ export default {
border: 2px solid var(--color-primary);
}
&.active:after {
&.active:not(.icon-loading):after {
background-image: var(--icon-checkmark-fff);
background-repeat: no-repeat;
background-position: center;