mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-04 20:01:39 +00:00
fix(ui): render close icon in image lightbox header (#113913)
This commit is contained in:
committed by
GitHub
parent
93a0fdb9b8
commit
34ee065bf3
@@ -127,6 +127,13 @@ class OpenClawImageLightbox extends OpenClawLitElement {
|
||||
.close svg {
|
||||
width: 17px;
|
||||
height: 17px;
|
||||
/* Shadow DOM: global icon stroke rules don't reach in here; without a
|
||||
stroke the open-path x icon renders invisible. */
|
||||
fill: none;
|
||||
stroke: currentColor;
|
||||
stroke-width: 2;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
.stage {
|
||||
|
||||
Reference in New Issue
Block a user