added left border for focus state of list while tabbing through

This commit is contained in:
Kyle Spearrin 2016-10-10 23:26:11 -04:00
parent 48ca5e4696
commit 97fe37515b
1 changed files with 9 additions and 0 deletions

View File

@ -246,6 +246,11 @@
background-color: @list-item-hover;
}
&:not(:hover):focus {
border-left: 5px solid @brand-primary;
padding-left: 5px;
}
.leading-icon {
font-size: 35px;
float: left;
@ -310,6 +315,10 @@
.btn-list {
padding: 8px;
}
&:not(:hover):focus {
padding-left: 5px;
}
}
input:not([type="checkbox"]), select, textarea {