(artistCtrl)
| 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, |
no test coverage detected