Skip to content

Commit 63219b4

Browse files
fix(box): remove hover effect for box components to simplify styling
1 parent c9feef8 commit 63219b4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

apps/style/src/components/_box.scss

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@
1717
box-shadow: var(--shadow-sm);
1818
}
1919

20-
// todo: fix active state in servers/resources section
21-
22-
.box:hover,
23-
.box-without-bg:hover,
24-
.coolbox:hover {
25-
background-color: color-mix(in srgb, var(--card) 80%, transparent);
26-
box-shadow:
27-
var(--shadow-sm),
28-
0 0 0 2px var(--ring);
29-
}
30-
3120
.box-title {
3221
font-weight: 600;
3322
font-size: 1.05rem;

0 commit comments

Comments
 (0)