Ticket Zoom
- addon: also change background of the title on focus, see #954
This commit is contained in:
parent
1f4ee1d3be
commit
8488ef5578
1 changed files with 5 additions and 2 deletions
|
@ -4526,8 +4526,11 @@ footer {
|
||||||
padding: 0 7px;
|
padding: 0 7px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
.ticketZoom-header &:hover {
|
.ticketZoom-header & {
|
||||||
background: hsl(210,17%,93%);
|
&:hover,
|
||||||
|
&:focus {
|
||||||
|
background: hsl(210,17%,93%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue