toodego: give focus ring to tile links (#34678)

This commit is contained in:
Frédéric Péters 2019-07-13 19:36:55 +02:00
parent c68621c8b1
commit ce5e537549
1 changed files with 4 additions and 1 deletions

View File

@ -143,7 +143,10 @@ $actions: (goto, more-info, call, login);
}
a.tile-link {
outline: none;
&:focus {
outline: 2px solid $red;
outline-offset: 1px;
}
}
.dashboard-cell-icons {