Improve styling of hover states

This commit is contained in:
Clement Ho 2016-12-15 11:20:05 -06:00
parent 657ac981ac
commit 78dd92b730
1 changed files with 9 additions and 3 deletions

View File

@ -89,16 +89,22 @@
overflow-y: hidden;
border-radius: 0;
.dropdown-label-box {
border-color: $white-light;
border-style: solid;
border-width: 1px;
width: 17px;
height: 17px;
}
&:hover,
&:focus {
background-color: $dropdown-hover-color;
color: $white-light;
text-decoration: none;
.dropdown-label-box {
.avatar {
border-color: $white-light;
border-style: solid;
border-width: 2px;
}
}
}