mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
History version - Padding-left for the selected version (#14729)
GitOrigin-RevId: 9780922ea8055d58f7133c013fb25b94f4f334d3
This commit is contained in:
parent
74d64af950
commit
57d2ce046e
1 changed files with 1 additions and 0 deletions
|
@ -116,6 +116,7 @@ history-root {
|
|||
&.history-version-selected {
|
||||
background-color: @green-10;
|
||||
border-left: 3px solid @green-50;
|
||||
padding-left: @history-change-list-padding - 3px;
|
||||
}
|
||||
|
||||
&.history-version-selected.history-version-selectable:hover {
|
||||
|
|
Loading…
Reference in a new issue