(overlay, root)
| 7904 | box-shadow: var(--glowify-shadow); |
| 7905 | outline: var(--glowify-outline, none) !important; |
| 7906 | line-height: 1; |
| 7907 | transition: transform 0.28s cubic-bezier(0.3, 2.25, 0.32, 1), box-shadow 0.28s ease, background-color 0.2s ease; |
| 7908 | } |
| 7909 | /* Drawn rather than the \u2039 \u203A characters: at this size the glyphs render thin |
| 7910 | and sit off-centre, since their metrics depend on whichever font Spotify |
| 7911 | has loaded. */ |
| 7912 | .glowifySectionNavScrollBtn svg { |
| 7913 | display: block; |
| 7914 | width: 14px; |
| 7915 | height: 14px; |
| 7916 | fill: none; |
| 7917 | stroke: currentColor; |
| 7918 | stroke-width: 2.4; |
| 7919 | stroke-linecap: round; |
| 7920 | stroke-linejoin: round; |
| 7921 | } |
no test coverage detected