toodego: a11y, don't reference tiles by id selector (#34673)

This commit is contained in:
Frédéric Péters 2019-07-10 17:42:20 +02:00
parent 689b65fb37
commit a64f045515
2 changed files with 2 additions and 2 deletions

View File

@ -489,7 +489,7 @@ body.focus-in #page.search-page {
div#columns {
background: white;
box-shadow: 0 0 5px #888;
div#tile {
div.cell.tile {
margin: 1rem 1rem;
width: calc(50% - 9rem);
&:hover {

View File

@ -202,7 +202,7 @@ a.remove-from-dashboard {
100% { opacity: 0; display: black; }
}
#tile.cell {
.tile.cell {
border: none; // cancel border as it will come from the inner .tile
}