feat(FN-1376): update settings-scope-icon CSS for SVG theme awareness
- Replace font-size/line-height with inline-flex layout for SVG compatibility - Add explicit color: var(--text-muted) for consistent theming across light/dark modes - Improve alignment with vertical-align: middle for scope indicator icons
This commit is contained in:
@@ -3105,8 +3105,9 @@ body {
|
||||
/* Scope indicators in sidebar nav items */
|
||||
.settings-scope-icon {
|
||||
margin-right: 6px;
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
display: inline-flex;
|
||||
vertical-align: middle;
|
||||
color: var(--text-muted);
|
||||
}
|
||||
|
||||
/* Scope banner above section content */
|
||||
|
||||
Reference in New Issue
Block a user