Skip to content
Snippets Groups Projects
Unverified Commit 1c3e9567 authored by Jan C. Borchardt's avatar Jan C. Borchardt Committed by Julius Härtl
Browse files

Dashboard: fix visual glitch when clicking on active background

parent 2b51b62f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment