fix(reader): resolve PR #69 code review comments under #issuecomment-429
This commit is contained in:
@@ -176,52 +176,6 @@
|
||||
|
||||
--nexus-accent: #10b981;
|
||||
}
|
||||
|
||||
/* Scoped Component overrides for Light Mode (Bypassing Blazor CSS isolation) */
|
||||
.theme-light .intelligence-toolbar {
|
||||
background: #f5f5f4 !important;
|
||||
border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
|
||||
box-shadow: inset -2px 0 10px rgba(0, 0, 0, 0.02) !important;
|
||||
}
|
||||
|
||||
.theme-light .intelligence-toolbar .toolbar-item {
|
||||
color: #78716c !important;
|
||||
}
|
||||
|
||||
.theme-light .intelligence-toolbar .toolbar-item:hover {
|
||||
color: #10b981 !important;
|
||||
background: rgba(16, 185, 129, 0.05) !important;
|
||||
box-shadow: 0 0 10px rgba(16, 185, 129, 0.1) !important;
|
||||
filter: none !important;
|
||||
}
|
||||
|
||||
.theme-light .intelligence-toolbar .toolbar-item.active {
|
||||
color: #10b981 !important;
|
||||
background: rgba(16, 185, 129, 0.08) !important;
|
||||
box-shadow: 0 0 15px rgba(16, 185, 129, 0.15) !important;
|
||||
filter: none !important;
|
||||
}
|
||||
|
||||
.theme-light .intelligence-toolbar .toolbar-item.active::after {
|
||||
background: #10b981 !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.theme-light .intelligence-toolbar .toolbar-item.focus-active {
|
||||
color: #10b981 !important;
|
||||
filter: none !important;
|
||||
}
|
||||
|
||||
.theme-light .intelligence-toolbar .toolbar-item.logout-item {
|
||||
border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
|
||||
color: #a8a29e !important;
|
||||
}
|
||||
|
||||
.theme-light .intelligence-toolbar .toolbar-item.logout-item:hover {
|
||||
color: #ef4444 !important;
|
||||
filter: none !important;
|
||||
}
|
||||
|
||||
.theme-light .knowledge-graph-container svg {
|
||||
background: radial-gradient(circle, #ffffff 0%, #e8e4da 100%) !important;
|
||||
}
|
||||
@@ -350,14 +304,14 @@ body {
|
||||
|
||||
|
||||
/* Platform Specific Tweaks */
|
||||
.platform-mobile .nexus-button {
|
||||
.platform-mobile .nexus-btn {
|
||||
min-height: var(--touch-target-size);
|
||||
min-width: var(--touch-target-size);
|
||||
font-size: 1.1rem;
|
||||
padding: 12px 24px;
|
||||
}
|
||||
|
||||
.platform-desktop .nexus-button {
|
||||
.platform-desktop .nexus-btn {
|
||||
min-height: 36px;
|
||||
font-size: 0.9rem;
|
||||
padding: 8px 16px;
|
||||
|
||||
Reference in New Issue
Block a user