Skip to content

Commit 7db260f

Browse files
committed
Fix AppButton CSS deprecation
1 parent 9bf98cb commit 7db260f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/AppButton.vue

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,16 @@ const props = withDefaults(
3232
padding: 0.5rem 0.75rem;
3333
border-radius: 0.25rem;
3434
transition: background-color 0.2s ease;
35-
&:hover {
36-
opacity: 0.9;
37-
}
3835
3936
display: flex;
4037
flex-flow: row nowrap;
4138
align-items: center;
4239
gap: 0.4rem;
4340
41+
&:hover {
42+
opacity: 0.9;
43+
}
44+
4445
&.small {
4546
/* the icon is a square with whitespace on the sides, so cut some of it off */
4647
padding: 0.25rem 0.5rem 0.25rem 0.25rem;

0 commit comments

Comments
 (0)