mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
Merge pull request #21214 from overleaf/mf-new-gallery-search-result-pagination
[web] Fix pagination in gallery search result GitOrigin-RevId: 2c34afd7bff2f2a47cc585e68433ac3fa4f16589
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
display: inline-block;
|
||||
|
||||
> a,
|
||||
> span {
|
||||
> span,
|
||||
> button {
|
||||
position: relative;
|
||||
float: left; // Collapse white-space
|
||||
padding: var(--spacing-04) var(--spacing-06);
|
||||
@@ -32,14 +33,16 @@
|
||||
|
||||
&:first-child {
|
||||
> a,
|
||||
> span {
|
||||
> span,
|
||||
> button {
|
||||
margin-left: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> .active > a,
|
||||
> .active > span {
|
||||
> .active > span,
|
||||
> .active > button {
|
||||
&,
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
||||
Reference in New Issue
Block a user