Private
Public Access
1
0

bugfix opponent bomb btn buzz on hover #10

This commit is contained in:
2016-11-20 12:41:38 +01:00
parent 4c99df0b40
commit 864f322f6b
5 changed files with 18 additions and 3 deletions

View File

@@ -387,7 +387,7 @@ main {
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
#mine-wrapper .game-wrapper .users .user-container .user-control .bomb-container:hover {
#mine-wrapper .game-wrapper .users .user-container .user-control .bomb-container.buzz:hover {
-webkit-animation-name: hvr-buzz-out;
animation-name: hvr-buzz-out;
-webkit-animation-duration: 0.75s;