mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 02:06:43 +00:00
fix(ui): render sidebar view-archived icon as outline (#111867)
The .sidebar-view-archived svg rule set stroke: currentColor but never fill: none, so the archive icon's lid <rect> rendered with SVG's default black fill — a solid black bar instead of the outlined Lucide archive box. Align the rule with sibling sidebar icon styles (fill: none, 1.7px stroke, round caps/joins).
This commit is contained in:
@@ -1732,6 +1732,10 @@ html.openclaw-native-macos
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
stroke: currentColor;
|
||||
fill: none;
|
||||
stroke-width: 1.7px;
|
||||
stroke-linecap: round;
|
||||
stroke-linejoin: round;
|
||||
}
|
||||
|
||||
.sidebar-recent-session--dragging {
|
||||
|
||||
Reference in New Issue
Block a user