mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #21418 from overleaf/mf-add-pagination-hover-transition
[web] Add transition to pagination on hover GitOrigin-RevId: ce9c1ed70d8b494b493f3d1121369307728a4ca6
This commit is contained in:
parent
1547325073
commit
51e41c99d8
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@
|
|||
border: 1px solid var(--neutral-30);
|
||||
margin-left: -1px;
|
||||
font-weight: 600;
|
||||
transition: background-color 0.15s ease-in-out;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
@ -28,6 +29,7 @@
|
|||
background-color: var(--neutral-10);
|
||||
border-color: var(--neutral-30);
|
||||
text-decoration: none;
|
||||
transition: background-color 0.15s ease-in-out;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue