Give copy-link and other subaction buttons an active state to show click

This commit is contained in:
Paul Kaplan 2018-12-12 16:58:07 -05:00
parent ac92c65af6
commit 0af216137b

View file

@ -56,6 +56,9 @@
font-size: .75rem;
font-weight: bold;
&:active {
filter: brightness(90%);
}
&.studio-button,
&.copy-link-button,
&.report-button {