Fix the background color of the toplevel device node. Fixes #552

This commit is contained in:
László Monda
2018-01-22 04:41:43 +01:00
parent 5393501f68
commit acd17ac657

View File

@@ -164,12 +164,12 @@ ul {
padding: 0;
margin: 0 0.25rem;
text-overflow: ellipsis;
background-color: inherit;
background-color: transparent;
&:focus {
box-shadow: 0 0 0 1px #ccc, 0 0 5px 0 #ccc;
border-color: transparent;
background-color: inherit;
background-color: transparent;
}
}
}