github.com/outbrain/consul@v1.4.5/ui-v2/app/styles/components/toggle-button/skin.scss (about) 1 %toggle-button { 2 border-radius: $radius-small; 3 cursor: pointer; 4 } 5 %toggle-button:hover, 6 %toggle-button:focus { 7 background-color: $ui-gray-050; 8 } 9 %toggle-button:active { 10 background-color: $ui-gray-100; 11 }