Added keyboard support on games list

This commit is contained in:
Jorys_Paulin
2018-06-05 16:49:47 +02:00
parent 84e1cb80e1
commit 7c48586394
2 changed files with 17 additions and 2 deletions

View File

@@ -190,7 +190,7 @@ main {
transition: all .2s ease-in-out;
will-change: transform;
}
#host-grid .mdl-card:hover, #host-grid .mdl-card:focus, #host-grid .mdl-card:active, #game-grid .mdl-card:hover, #game-grid .mdl-card:focus, #game-grid .mdl-card:active {
#host-grid .mdl-card:hover, #host-grid .mdl-card:focus, #host-grid .mdl-card:active, #game-grid .mdl-card:focus, #game-grid .mdl-card:active {
transform: scale(1.1);
outline-color: #00A3C6;
}