mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 21:03:03 -05:00
Merge pull request #647 from svenson95/style-button-hover
Style button hover
This commit is contained in:
@@ -85,6 +85,11 @@ const { data } = await getEntry('i18n', lang ?? 'en');
|
||||
text-decoration: none;
|
||||
font-size: var(--sl-text-sm);
|
||||
background: var(--sl-color-text-accent);
|
||||
|
||||
&:hover {
|
||||
top: unset;
|
||||
opacity: unset;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user