Fix the background color of the toplevel device node. Fixes #552
This commit is contained in:
@@ -164,12 +164,12 @@ ul {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0 0.25rem;
|
margin: 0 0.25rem;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
background-color: inherit;
|
background-color: transparent;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
box-shadow: 0 0 0 1px #ccc, 0 0 5px 0 #ccc;
|
box-shadow: 0 0 0 1px #ccc, 0 0 5px 0 #ccc;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background-color: inherit;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user