mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05: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:
parent
0811e46b6c
commit
ca6b5ae4ca
1 changed files with 6 additions and 3 deletions
|
@ -9,7 +9,8 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
> a,
|
> a,
|
||||||
> span {
|
> span,
|
||||||
|
> button {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left; // Collapse white-space
|
float: left; // Collapse white-space
|
||||||
padding: var(--spacing-04) var(--spacing-06);
|
padding: var(--spacing-04) var(--spacing-06);
|
||||||
|
@ -32,14 +33,16 @@
|
||||||
|
|
||||||
&:first-child {
|
&:first-child {
|
||||||
> a,
|
> a,
|
||||||
> span {
|
> span,
|
||||||
|
> button {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
> .active > a,
|
> .active > a,
|
||||||
> .active > span {
|
> .active > span,
|
||||||
|
> .active > button {
|
||||||
&,
|
&,
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
Loading…
Reference in a new issue