blob: 81f90073e9591af5da5839740b8e3e57bd04d49e [file] [log] [blame]
.touch-interactive {
background-color: blue;
}
.touch-interactive:hover {
background-color: red
}
.touch-interactive:active {
background-color: green;
}
.touch-interactive:hover:active {
background-color: yellow;
}