mirror of
https://github.com/moonlight-stream/moonlight-chrome.git
synced 2026-04-17 21:59:55 +00:00
Added keyboard support on games list
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user