Skip to content

Commit e8cbc62

Browse files
authored
chore(ui): remove dead .sidebar-new-session styles (#104296)
1 parent 88c563b commit e8cbc62

1 file changed

Lines changed: 0 additions & 53 deletions

File tree

ui/src/styles/layout.css

Lines changed: 0 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -959,59 +959,6 @@ html.openclaw-native-macos .shell-nav-expand {
959959
margin-top: 10px;
960960
}
961961

962-
.sidebar-new-session {
963-
display: flex;
964-
align-items: center;
965-
justify-content: flex-start;
966-
gap: 8px;
967-
width: 100%;
968-
min-height: 34px;
969-
box-sizing: border-box;
970-
padding: 0 9px;
971-
border: none;
972-
border-radius: var(--radius-md);
973-
background: transparent;
974-
color: var(--accent);
975-
font: inherit;
976-
font-size: 13px;
977-
font-weight: 600;
978-
line-height: 1.2;
979-
transition:
980-
background var(--duration-fast) ease,
981-
color var(--duration-fast) ease;
982-
}
983-
984-
.sidebar-new-session:hover:not(:disabled) {
985-
background: var(--accent-subtle);
986-
color: var(--accent-hover);
987-
}
988-
989-
.sidebar-new-session:disabled {
990-
cursor: not-allowed;
991-
opacity: 0.52;
992-
}
993-
994-
.sidebar-new-session__icon,
995-
.sidebar-new-session__icon svg {
996-
width: 15px;
997-
height: 15px;
998-
}
999-
1000-
.sidebar-new-session__icon {
1001-
display: inline-flex;
1002-
align-items: center;
1003-
justify-content: center;
1004-
color: currentColor;
1005-
}
1006-
1007-
.sidebar-new-session__icon svg {
1008-
stroke: currentColor;
1009-
fill: none;
1010-
stroke-width: 1.8px;
1011-
stroke-linecap: round;
1012-
stroke-linejoin: round;
1013-
}
1014-
1015962
/* min-height: 0 down this chain lets the recent list shrink and scroll instead
1016963
of pushing the sidebar footer out of view. */
1017964
.sidebar-recent-sessions {

0 commit comments

Comments
 (0)