Skip to content

Commit

Permalink
Group button border-radius together with background-color
Browse files Browse the repository at this point in the history
The two properties only make sense here when applied together, so make that
more visible.
  • Loading branch information
peruukki committed Dec 29, 2024
1 parent e3a35b8 commit b3376d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
&--pause {
.visible-button {
background-color: colors.$gray-semi-transparent;
border-radius: 50%;
}
}

Expand All @@ -21,7 +22,6 @@
height: 3.5rem;
transition: color animations.$hover-duration animations.$hover-timing-function;
color: colors.$gray;
border-radius: 50%;
animation: animations.$fade-duration fade-in;

&:hover {
Expand Down

0 comments on commit b3376d2

Please sign in to comment.