mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Give copy-link and other subaction buttons an active state to show click
This commit is contained in:
parent
ac92c65af6
commit
0af216137b
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@
|
|||
font-size: .75rem;
|
||||
font-weight: bold;
|
||||
|
||||
&:active {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
&.studio-button,
|
||||
&.copy-link-button,
|
||||
&.report-button {
|
||||
|
|
Loading…
Reference in a new issue