We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9feef8 commit 63219b4Copy full SHA for 63219b4
apps/style/src/components/_box.scss
@@ -17,17 +17,6 @@
17
box-shadow: var(--shadow-sm);
18
}
19
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
31
.box-title {
32
font-weight: 600;
33
font-size: 1.05rem;
0 commit comments