Feature: open and focus game card from quick search results
This commit is contained in:
10
styles.css
10
styles.css
@@ -398,6 +398,16 @@ h1 {
|
||||
border-radius: 10px;
|
||||
padding: 0.5rem 0.6rem;
|
||||
background: #ffffff;
|
||||
cursor: pointer;
|
||||
transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
|
||||
}
|
||||
|
||||
.search-hit:hover,
|
||||
.search-hit:focus-visible {
|
||||
border-color: #9fc3e6;
|
||||
box-shadow: 0 0 0 3px rgba(70, 130, 180, 0.16);
|
||||
transform: translateY(-1px);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.search-hit strong {
|
||||
|
||||
Reference in New Issue
Block a user