Cleanup
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user