mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Disable drop-shadow on review panel entry when collapsed (#21399)
* Disable drop-shadow on review panel entry when collapsed * use existing .review-panel-mini class GitOrigin-RevId: 18428f37a7d048b8a63c5eaf6bf232f4cc5009b5
This commit is contained in:
parent
29c5bc8206
commit
40ed104bce
2 changed files with 12 additions and 0 deletions
|
@ -591,6 +591,12 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.review-panel-entry:hover,
|
||||||
|
.review-panel-entry-focused,
|
||||||
|
.review-panel-entry-highlighted {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
.review-panel-entry-indicator {
|
.review-panel-entry-indicator {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
|
|
@ -622,6 +622,12 @@
|
||||||
.review-panel-footer {
|
.review-panel-footer {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.review-panel-entry:hover,
|
||||||
|
.review-panel-entry-focused,
|
||||||
|
.review-panel-entry-highlighted {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue