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

Function installDynamicAccentObserver

theme.js:8003–8010  ·  view source on GitHub ↗
(anyWin)

Source from the content-addressed store, hash-verified

8001 position: absolute;
8002 left: 4px;
8003 top: 3px;
8004 width: 6px;
8005 height: 6px;
8006 border-right: 2px solid currentColor;
8007 border-bottom: 2px solid currentColor;
8008 transform: rotate(45deg);
8009 transform-origin: 50% 50%;
8010 transition: transform 160ms ease;
8011 will-change: transform;
8012 }
8013 .glowifySelectBtn.isOpen .glowifySelectChevron::before { transform: rotate(-135deg); }

Callers 1

startGlowifySettingsFunction · 0.85

Calls 1

applyDynamicAccentFunction · 0.85

Tested by

no test coverage detected