mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-03 18:43:41 -07:00
Add first-class <noscript/> support to Supported Games page. Also fix css issue where the game title did not display a cursor:pointer when hovered.
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#games h2 .game-name{
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#games p.collapsed{
|
||||
display: none;
|
||||
}
|
||||
@@ -51,3 +55,7 @@
|
||||
#games #page-controls button{
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
|
||||
#games #js-enabled{
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user