MCPcopy Create free account
hub / github.com/NMWplays/Glowify / openSettingsModal

Function openSettingsModal

theme.js:7929–7939  ·  view source on GitHub ↗
(artistCtrl)

Source from the content-addressed store, hash-verified

7927 height: 28px;
7928 border-radius: 10px;
7929 border: 0;
7930 cursor: pointer;
7931 white-space: nowrap;
7932 font-size: 12px;
7933 color: white;
7934 background: transparent;
7935 outline: solid 1px var(--accent-color);
7936 transition: transform 0.28s cubic-bezier(0.3, 2.25, 0.32, 1), box-shadow 0.28s ease, background-color 0.2s ease;
7937 }
7938 .glowifySectionNavBtn:hover { transform: scale(1.08); background: var(--glowify-glow-accent); }
7939 .glowifySectionNavBtn:active { transform: scale(0.95); }
7940 /* Keep the accent outline when the button is pressed/focused \u2014 Spotify's encore
7941 reset (button:focus:not(:focus-visible)) otherwise strips it on a mouse click. */
7942 .glowifySectionNavBtn:focus,

Callers 1

registerSettingsModalFunction · 0.85

Calls 4

ensureSettingsUiStyleFunction · 0.85
createOverlayFunction · 0.85
closeWithAnimationFunction · 0.85
showOverlayFunction · 0.85

Tested by

no test coverage detected