Skip to content

Commit c95001f

Browse files
committed
Ensure section selection rect stays with white backdrop frame effect
REDMINE-20989
1 parent da1faf2 commit c95001f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

entry_types/scrolled/package/src/frontend/BackdropFrameEffect.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.outer {
44
--frame-width: 1rem;
55
--frame-radius: 0.625rem;
6-
z-index: 4;
6+
z-index: 3;
77
position: absolute;
88
inset: 0;
99
box-shadow: inset var(--frame-color) 0 0 0 var(--frame-width);

entry_types/scrolled/package/src/frontend/inlineEditing/SectionDecorator.module.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ section::before {
2424

2525
.highlighted > section::before,
2626
.selected > section::before {
27-
border: solid 1px currentColor;
27+
border: solid 1px #fff;
28+
box-shadow: inset 0 0 0 1px #000;
2829
}
2930

3031
.lineAbove > section::before,

0 commit comments

Comments
 (0)