fix(ui): set border to transparent in ghost mode

Prevents shifting as the button was growing in size on hover.
This commit is contained in:
Brian McGee
2025-07-09 10:27:56 +01:00
parent 6a3c7c01af
commit 2840208a8d

View File

@@ -29,7 +29,7 @@
box-shadow: 0.125rem 0.125rem 0 0 theme(colors.bg.inv.acc.3) inset;
&.ghost {
@apply bg-transparent border-none shadow-none;
@apply bg-transparent border-transparent shadow-none;
}
&:hover {
@@ -71,7 +71,7 @@
0.125rem 0.125rem 0 0 theme(colors.off.white) inset;
&.ghost {
@apply bg-transparent border-none shadow-none;
@apply bg-transparent border-transparent shadow-none;
}
&:hover {