underline setup menu titles on hover

This commit is contained in:
John Mitchell 2015-06-10 13:16:43 -04:00
parent 7374ebd7d9
commit 1de3656cd2

View File

@ -22,6 +22,10 @@
&:hover, &:focus, &:active {
color: black;
.SetupItem-title {
text-decoration: underline;
}
}
&--hoverable {