keyboard nav program
This commit is contained in:
parent
a470d6322c
commit
24f6606c2c
8 changed files with 49 additions and 24 deletions
|
|
@ -31,6 +31,7 @@
|
|||
}
|
||||
|
||||
.event-card__infos .ticket {
|
||||
position: absolute;
|
||||
z-index: 5;
|
||||
margin-top: 0.3rem;
|
||||
padding: 0.5rem;
|
||||
|
|
|
|||
|
|
@ -32,8 +32,9 @@
|
|||
}
|
||||
}
|
||||
|
||||
.ticket {
|
||||
display: inline-flex;
|
||||
.ticket,
|
||||
.ticket-link {
|
||||
display: inline-flex !important;
|
||||
}
|
||||
|
||||
a:not([disabled]):hover > .ticket svg,
|
||||
|
|
|
|||
|
|
@ -32,3 +32,8 @@ picture svg {
|
|||
a[disabled] {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
a:focus-visible,
|
||||
button:focus-visible {
|
||||
outline: 4px solid var(--color-season);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue