Fixed icons style in the header
This commit is contained in:
parent
a607a30b28
commit
c8c3418de1
|
@ -405,7 +405,7 @@
|
|||
padding: 0;
|
||||
|
||||
&:hover {
|
||||
background: none;
|
||||
background: none !important;
|
||||
|
||||
.icon {
|
||||
display: none;
|
||||
|
|
|
@ -112,6 +112,7 @@ export const HeaderAuth = (props: HeaderAuthProps) => {
|
|||
<a href={getPagePath(router, 'create')}>
|
||||
<span class={styles.textLabel}>{t('Create post')}</span>
|
||||
<Icon name="pencil" class={styles.icon} />
|
||||
<Icon name="pencil" class={clsx(styles.icon, styles.iconHover)} />
|
||||
</a>
|
||||
</div>
|
||||
</Show>
|
||||
|
|
Loading…
Reference in New Issue
Block a user