Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2026-02-11 21:04:22 +00:00
parent 0a3c572890
commit d1ce8ec3cc
3 changed files with 1 additions and 11 deletions
@@ -27,11 +27,3 @@
text-underline-offset: 2px;
}
}
.dot {
width: 6px;
height: 6px;
border-radius: 50%;
background-color: var(--link);
flex-shrink: 0;
}
@@ -14,7 +14,6 @@ export const ComponentGrid = () => {
className={styles.item}
>
{item.title}
{item.status === 'new' && <span className={styles.dot} />}
</Link>
))}
</div>
@@ -119,7 +119,7 @@
}
.searchKbd {
display: none;
display: inline;
font-family: inherit;
font-size: 0.6875rem;
font-weight: 500;
@@ -127,7 +127,6 @@
border-radius: 4px;
padding: 2px 5px;
color: var(--secondary);
display: inline;
}
.buttonGroup {