Focus indicator for ul listings

pull/5742/merge
Aleksander Machniak 8 years ago
parent 607204acb6
commit 60d525d27a

@ -50,9 +50,11 @@
/* Focus indicator */
/* because of border-collapse, we make the left border twice what we want it to be - half will be hidden to the left */
@media screen and (min-width: @screen-width-large) {
li > a,
tbody tr > td:first-child {
border-left: 2px solid transparent;
}
li > a:focus,
&.focus tbody tr.focused > td:first-child {
border-left: 2px solid @color-list-focus-indicator;
}

Loading…
Cancel
Save