Skip to content

Commit b3376d2

Browse files
committed
Group button border-radius together with background-color
The two properties only make sense here when applied together, so make that more visible.
1 parent e3a35b8 commit b3376d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/components/button.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
&--pause {
1313
.visible-button {
1414
background-color: colors.$gray-semi-transparent;
15+
border-radius: 50%;
1516
}
1617
}
1718

@@ -21,7 +22,6 @@
2122
height: 3.5rem;
2223
transition: color animations.$hover-duration animations.$hover-timing-function;
2324
color: colors.$gray;
24-
border-radius: 50%;
2525
animation: animations.$fade-duration fade-in;
2626

2727
&:hover {

0 commit comments

Comments
 (0)