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 */
|
/* Scope indicators in sidebar nav items */
|
||||||
.settings-scope-icon {
|
.settings-scope-icon {
|
||||||
margin-right: 6px;
|
margin-right: 6px;
|
||||||
font-size: 12px;
|
display: inline-flex;
|
||||||
line-height: 1;
|
vertical-align: middle;
|
||||||
|
color: var(--text-muted);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Scope banner above section content */
|
/* Scope banner above section content */
|
||||||
|
|||||||
Reference in New Issue
Block a user