Skip to content

Commit

Permalink
Reorder styles for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jussivirtanen committed Aug 21, 2020
1 parent 80306a1 commit 2e7b46e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 2-save-button/index-COMPLETE.html
Expand Up @@ -20,13 +20,13 @@
cursor: pointer;
outline: none;
}
button:focus {
box-shadow: var(--shadow-focus);
}
button.active {
opacity: var(--opacity-50);
cursor: not-allowed;
}
button:focus {
box-shadow: var(--shadow-focus);
}
button.active .text {
margin-right: var(--space-8);
}
Expand Down

0 comments on commit 2e7b46e

Please sign in to comment.