Commit 78dd92b7 authored by Clement Ho's avatar Clement Ho

Improve styling of hover states

parent 657ac981
...@@ -89,16 +89,22 @@ ...@@ -89,16 +89,22 @@
overflow-y: hidden; overflow-y: hidden;
border-radius: 0; border-radius: 0;
.dropdown-label-box {
border-color: $white-light;
border-style: solid;
border-width: 1px;
width: 17px;
height: 17px;
}
&:hover, &:hover,
&:focus { &:focus {
background-color: $dropdown-hover-color; background-color: $dropdown-hover-color;
color: $white-light; color: $white-light;
text-decoration: none; text-decoration: none;
.dropdown-label-box { .avatar {
border-color: $white-light; border-color: $white-light;
border-style: solid;
border-width: 2px;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment