mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02: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:
committed by
Copybot
parent
29c5bc8206
commit
40ed104bce
@@ -591,6 +591,12 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.review-panel-entry:hover,
|
||||
.review-panel-entry-focused,
|
||||
.review-panel-entry-highlighted {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.review-panel-entry-indicator {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
||||
@@ -622,6 +622,12 @@
|
||||
.review-panel-footer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.review-panel-entry:hover,
|
||||
.review-panel-entry-focused,
|
||||
.review-panel-entry-highlighted {
|
||||
box-shadow: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user