(anyWin)
| 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); } |
no test coverage detected