Ticket Zoom

- addon: also change background of the title on focus, see #954
This commit is contained in:
Felix Niklas 2017-04-27 11:28:49 +02:00 committed by Thorsten Eckel
parent 35ac76a6f6
commit 883c3ae18b

View file

@ -4526,10 +4526,13 @@ footer {
padding: 0 7px; padding: 0 7px;
text-align: center; text-align: center;
.ticketZoom-header &:hover { .ticketZoom-header & {
&:hover,
&:focus {
background: hsl(210,17%,93%); background: hsl(210,17%,93%);
} }
} }
}
.task-subline { .task-subline {
text-align: center; text-align: center;