toodego: lighten selected navigation button on mobile (#26212)

This commit is contained in:
Frédéric Péters 2018-09-07 16:36:54 +02:00
parent 83efda5219
commit 8da1032ee7
1 changed files with 1 additions and 1 deletions

View File

@ -754,7 +754,7 @@ div.wcs-tracking-code-input {
}
&:hover a,
&.selected a {
background: #1d1d1d;
background: $title-background;
}
a {
width: 100%;