()
| 3973 | "glowify-glow-effect-mode", |
| 3974 | enabled ? `:root { --glowify-outline: none !important; }` : `:root { --glowify-shadow: none !important; --glowify-outline: ${outline} !important; } |
| 3975 | .glowifySectionTitle, |
| 3976 | .glowifySectionBody, |
| 3977 | .glowifyControlSurface, |
| 3978 | .glowifySettingsPanel, |
| 3979 | .glowifySelectMenu, |
| 3980 | .glowifySectionNavScrollBtn { |
| 3981 | outline: var(--glowify-outline) !important; |
| 3982 | }` |
| 3983 | ); |
| 3984 | } |
no test coverage detected