mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 05:41:33 +02:00
Merge pull request #21337 from overleaf/as-gallery-badge-underline
Remove underline on hover on gallery badges GitOrigin-RevId: c83dc2f9e29650d11686a5e15b289391dc032e56
This commit is contained in:
@@ -181,8 +181,12 @@
|
||||
gap: var(--spacing-04);
|
||||
|
||||
.badge-container {
|
||||
display: flex;
|
||||
gap: var(--spacing-04);
|
||||
display: inline-block;
|
||||
text-wrap: nowrap;
|
||||
|
||||
.badge:not(:first-child) {
|
||||
margin-left: var(--spacing-04);
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user