github.com/Aestek/consul@v1.2.4-0.20190309222502-b2c31e33971a/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 }