mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05: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:
parent
775ab9a8d1
commit
5182e9a883
1 changed files with 6 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
* {
|
||||
|
|
Loading…
Reference in a new issue